diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-17 07:24:51 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 06:16:13 +0100 |
commit | b1740549d493d3ea5d16bee1cdc7b1f200163ad5 (patch) | |
tree | 224066c68a78e7ad4095ee8b1a2bdc06237906d5 /arch/blackfin/mach-bf527/include/mach/cdefBF525.h | |
parent | Blackfin: BF537: push down error masks to avoid namespace pollution (diff) | |
download | linux-b1740549d493d3ea5d16bee1cdc7b1f200163ad5.tar.xz linux-b1740549d493d3ea5d16bee1cdc7b1f200163ad5.zip |
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/cdefBF525.h')
-rw-r--r-- | arch/blackfin/mach-bf527/include/mach/cdefBF525.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/blackfin/mach-bf527/include/mach/cdefBF525.h b/arch/blackfin/mach-bf527/include/mach/cdefBF525.h index dc3119e9f663..d7e2751c6bcc 100644 --- a/arch/blackfin/mach-bf527/include/mach/cdefBF525.h +++ b/arch/blackfin/mach-bf527/include/mach/cdefBF525.h @@ -10,15 +10,8 @@ /* include all Core registers and bit definitions */ #include "defBF525.h" -/* include core specific register pointer definitions */ -#include <asm/cdef_LPBlackfin.h> - -/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF525 */ - -/* include cdefBF52x_base.h for the set of #defines that are common to all ADSP-BF52x processors */ -#include "cdefBF52x_base.h" - -/* The following are the #defines needed by ADSP-BF525 that are not in the common header */ +/* BF525 is BF522 + USB */ +#include "cdefBF522.h" /* USB Control Registers */ |