Commit a2ce077a authored by Mike Frysinger's avatar Mike Frysinger

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 53ee5826
......@@ -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 */
......@@ -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 */
......@@ -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 */
......@@ -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 */
......@@ -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
......@@ -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 */
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment