Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: bf54x: drop unused legacy MMR names

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

-24
-14
arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
··· 2633 2633 2634 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 2636 /* These need to be last due to the cdef/linux inter-dependencies */ 2651 2637 #include <asm/irq.h> 2652 2638
-10
arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
··· 2634 2634 #define B3MAP_PIH 0x06000000 /* Map Port I High to Byte 3 */ 2635 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 2637 #endif /* _DEF_BF54X_H */