diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-17 09:24:51 +0300 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 08:16:13 +0300 |
commit | b1740549d493d3ea5d16bee1cdc7b1f200163ad5 (patch) | |
tree | 224066c68a78e7ad4095ee8b1a2bdc06237906d5 /arch/blackfin/mach-bf527/include/mach/defBF525.h | |
parent | 7eb87fd3f1f680a74992b37e28fc09c943cf6e08 (diff) | |
download | linux-b1740549d493d3ea5d16bee1cdc7b1f200163ad5.tar.xz |
Blackfin: BF52x: unify def/cdef headers
Whole lot of duplicated code here just went bye bye.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf527/include/mach/defBF525.h')
-rw-r--r-- | arch/blackfin/mach-bf527/include/mach/defBF525.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/blackfin/mach-bf527/include/mach/defBF525.h b/arch/blackfin/mach-bf527/include/mach/defBF525.h index 82abefc1ef6c..c136f7032962 100644 --- a/arch/blackfin/mach-bf527/include/mach/defBF525.h +++ b/arch/blackfin/mach-bf527/include/mach/defBF525.h @@ -7,15 +7,8 @@ #ifndef _DEF_BF525_H #define _DEF_BF525_H -/* Include all Core registers and bit definitions */ -#include <asm/def_LPBlackfin.h> - -/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF525 */ - -/* Include defBF52x_base.h for the set of #defines that are common to all ADSP-BF52x processors */ -#include "defBF52x_base.h" - -/* The following are the #defines needed by ADSP-BF525 that are not in the common header */ +/* BF525 is BF522 + USB */ +#include "defBF522.h" /* USB Control Registers */ |