Skip to content

Commit

Permalink
Blackfin: bf54x: drop unused legacy MMR names
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <[email protected]>
  • Loading branch information
vapier committed Jan 10, 2011
1 parent 5e3bcf3 commit 9887f41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
14 changes: 0 additions & 14 deletions arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -2633,20 +2633,6 @@

/* Handshake MDMA is not defined in the shared file because it is not available on the ADSP-BF542 bfin_read_()rocessor */

/* legacy definitions */
#define bfin_read_EBIU_AMCBCTL0 bfin_read_EBIU_AMBCTL0
#define bfin_write_EBIU_AMCBCTL0 bfin_write_EBIU_AMBCTL0
#define bfin_read_EBIU_AMCBCTL1 bfin_read_EBIU_AMBCTL1
#define bfin_write_EBIU_AMCBCTL1 bfin_write_EBIU_AMBCTL1
#define bfin_read_PINT0_IRQ bfin_read_PINT0_REQUEST
#define bfin_write_PINT0_IRQ bfin_write_PINT0_REQUEST
#define bfin_read_PINT1_IRQ bfin_read_PINT1_REQUEST
#define bfin_write_PINT1_IRQ bfin_write_PINT1_REQUEST
#define bfin_read_PINT2_IRQ bfin_read_PINT2_REQUEST
#define bfin_write_PINT2_IRQ bfin_write_PINT2_REQUEST
#define bfin_read_PINT3_IRQ bfin_read_PINT3_REQUEST
#define bfin_write_PINT3_IRQ bfin_write_PINT3_REQUEST

/* These need to be last due to the cdef/linux inter-dependencies */
#include <asm/irq.h>

Expand Down
10 changes: 0 additions & 10 deletions arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -2634,14 +2634,4 @@ PORTJ_FER registers
#define B3MAP_PIH 0x06000000 /* Map Port I High to Byte 3 */
#define B3MAP_PJH 0x07000000 /* Map Port J High to Byte 3 */


/* for legacy compatibility */

#define EBIU_AMCBCTL0 EBIU_AMBCTL0
#define EBIU_AMCBCTL1 EBIU_AMBCTL1
#define PINT0_IRQ PINT0_REQUEST
#define PINT1_IRQ PINT1_REQUEST
#define PINT2_IRQ PINT2_REQUEST
#define PINT3_IRQ PINT3_REQUEST

#endif /* _DEF_BF54X_H */

0 comments on commit 9887f41

Please sign in to comment.