diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-17 06:24:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:16:13 -0500 |
commit | b1740549d493d3ea5d16bee1cdc7b1f200163ad5 (patch) | |
tree | 224066c68a78e7ad4095ee8b1a2bdc06237906d5 /arch/blackfin/mach-bf527/include/mach/cdefBF525.h | |
parent | 7eb87fd3f1f680a74992b37e28fc09c943cf6e08 (diff) |
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 dc3119e9f66..d7e2751c6bc 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 */ |