diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-25 21:10:43 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:18:06 -0500 |
commit | 9887f41533c860777b2fcf2eccf04f95980ab52a (patch) | |
tree | 128f96903ef5e2e693be46f078005feb1b8aaecb /arch/blackfin/mach-bf548/include | |
parent | 5e3bcf30d655c2e277c77b523347685d06bb9d31 (diff) |
Blackfin: bf54x: drop unused legacy MMR names
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548/include')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h | 14 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/defBF54x_base.h | 10 |
2 files changed, 0 insertions, 24 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h b/arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h index deaf5d6542d5..a805ccbb3299 100644 --- a/arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h +++ b/arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h | |||
@@ -2633,20 +2633,6 @@ | |||
2633 | 2633 | ||
2634 | /* Handshake MDMA is not defined in the shared file because it is not available on the ADSP-BF542 bfin_read_()rocessor */ | 2634 | /* Handshake MDMA is not defined in the shared file because it is not available on the ADSP-BF542 bfin_read_()rocessor */ |
2635 | 2635 | ||
2636 | /* legacy definitions */ | ||
2637 | #define bfin_read_EBIU_AMCBCTL0 bfin_read_EBIU_AMBCTL0 | ||
2638 | #define bfin_write_EBIU_AMCBCTL0 bfin_write_EBIU_AMBCTL0 | ||
2639 | #define bfin_read_EBIU_AMCBCTL1 bfin_read_EBIU_AMBCTL1 | ||
2640 | #define bfin_write_EBIU_AMCBCTL1 bfin_write_EBIU_AMBCTL1 | ||
2641 | #define bfin_read_PINT0_IRQ bfin_read_PINT0_REQUEST | ||
2642 | #define bfin_write_PINT0_IRQ bfin_write_PINT0_REQUEST | ||
2643 | #define bfin_read_PINT1_IRQ bfin_read_PINT1_REQUEST | ||
2644 | #define bfin_write_PINT1_IRQ bfin_write_PINT1_REQUEST | ||
2645 | #define bfin_read_PINT2_IRQ bfin_read_PINT2_REQUEST | ||
2646 | #define bfin_write_PINT2_IRQ bfin_write_PINT2_REQUEST | ||
2647 | #define bfin_read_PINT3_IRQ bfin_read_PINT3_REQUEST | ||
2648 | #define bfin_write_PINT3_IRQ bfin_write_PINT3_REQUEST | ||
2649 | |||
2650 | /* These need to be last due to the cdef/linux inter-dependencies */ | 2636 | /* These need to be last due to the cdef/linux inter-dependencies */ |
2651 | #include <asm/irq.h> | 2637 | #include <asm/irq.h> |
2652 | 2638 | ||
diff --git a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h index 567a855e4c27..7a74a5dc8fd7 100644 --- a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h +++ b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h | |||
@@ -2634,14 +2634,4 @@ PORTJ_FER registers | |||
2634 | #define B3MAP_PIH 0x06000000 /* Map Port I High to Byte 3 */ | 2634 | #define B3MAP_PIH 0x06000000 /* Map Port I High to Byte 3 */ |
2635 | #define B3MAP_PJH 0x07000000 /* Map Port J High to Byte 3 */ | 2635 | #define B3MAP_PJH 0x07000000 /* Map Port J High to Byte 3 */ |
2636 | 2636 | ||
2637 | |||
2638 | /* for legacy compatibility */ | ||
2639 | |||
2640 | #define EBIU_AMCBCTL0 EBIU_AMBCTL0 | ||
2641 | #define EBIU_AMCBCTL1 EBIU_AMBCTL1 | ||
2642 | #define PINT0_IRQ PINT0_REQUEST | ||
2643 | #define PINT1_IRQ PINT1_REQUEST | ||
2644 | #define PINT2_IRQ PINT2_REQUEST | ||
2645 | #define PINT3_IRQ PINT3_REQUEST | ||
2646 | |||
2647 | #endif /* _DEF_BF54X_H */ | 2637 | #endif /* _DEF_BF54X_H */ |