Blackfin: drop asm/irq.h include from mach headers

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 <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2010-10-27 00:08:46 -04:00
parent 53ee582654
commit a2ce077ab3
7 changed files with 0 additions and 21 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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

View File

@ -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 */

View File

@ -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 */