Skip to content

Commit

Permalink
Blackfin: drop asm/irq.h include from mach headers
Browse files Browse the repository at this point in the history
These were only included because of the irq handling of the PLL funcs,
and those PLL funcs have been moved out into their own header now.

Signed-off-by: Mike Frysinger <[email protected]>
  • Loading branch information
vapier committed Jan 10, 2011
1 parent 53ee582 commit a2ce077
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions arch/blackfin/mach-bf518/include/mach/cdefBF512.h
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,4 @@
#define bfin_read_SECURE_STATUS() bfin_read16(SECURE_STATUS)
#define bfin_write_SECURE_STATUS(val) bfin_write16(SECURE_STATUS, val)

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

#endif /* _CDEF_BF512_H */
3 changes: 0 additions & 3 deletions arch/blackfin/mach-bf527/include/mach/cdefBF522.h
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,4 @@
#define bfin_read_NFC_DATA_RD() bfin_read16(NFC_DATA_RD)
#define bfin_write_NFC_DATA_RD(val) bfin_write16(NFC_DATA_RD, val)

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

#endif /* _CDEF_BF522_H */
3 changes: 0 additions & 3 deletions arch/blackfin/mach-bf533/include/mach/cdefBF532.h
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,4 @@
#define bfin_read_PPI_FRAME() bfin_read16(PPI_FRAME)
#define bfin_write_PPI_FRAME(val) bfin_write16(PPI_FRAME,val)

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

#endif /* _CDEF_BF532_H */
3 changes: 0 additions & 3 deletions arch/blackfin/mach-bf537/include/mach/cdefBF534.h
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,4 @@
#define bfin_read_HMDMA1_BCOUNT() bfin_read16(HMDMA1_BCOUNT)
#define bfin_write_HMDMA1_BCOUNT(val) bfin_write16(HMDMA1_BCOUNT,val)

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

#endif /* _CDEF_BF534_H */
3 changes: 0 additions & 3 deletions arch/blackfin/mach-bf538/include/mach/cdefBF538.h
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,4 @@
#define bfin_read_CAN_MB31_ID1() bfin_read16(CAN_MB31_ID1)
#define bfin_write_CAN_MB31_ID1(val) bfin_write16(CAN_MB31_ID1, val)

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

#endif
3 changes: 0 additions & 3 deletions arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -2629,8 +2629,5 @@

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

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

#endif /* _CDEF_BF54X_H */

3 changes: 0 additions & 3 deletions arch/blackfin/mach-bf561/include/mach/cdefBF561.h
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,4 @@
#define bfin_read_IMDMA_S1_IRQ_STATUS() bfin_read16(IMDMA_S1_IRQ_STATUS)
#define bfin_write_IMDMA_S1_IRQ_STATUS(val) bfin_write16(IMDMA_S1_IRQ_STATUS,val)

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

#endif /* _CDEF_BF561_H */

0 comments on commit a2ce077

Please sign in to comment.