Commit a2ce077ab3ea30b61a39038cc8d14119c0b2e90a

Authored by Mike Frysinger
1 parent 53ee582654

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>

Showing 7 changed files with 0 additions and 21 deletions Side-by-side Diff

arch/blackfin/mach-bf518/include/mach/cdefBF512.h
... ... @@ -1040,8 +1040,5 @@
1040 1040 #define bfin_read_SECURE_STATUS() bfin_read16(SECURE_STATUS)
1041 1041 #define bfin_write_SECURE_STATUS(val) bfin_write16(SECURE_STATUS, val)
1042 1042  
1043   -/* These need to be last due to the cdef/linux inter-dependencies */
1044   -#include <asm/irq.h>
1045   -
1046 1043 #endif /* _CDEF_BF512_H */
arch/blackfin/mach-bf527/include/mach/cdefBF522.h
... ... @@ -1092,8 +1092,5 @@
1092 1092 #define bfin_read_NFC_DATA_RD() bfin_read16(NFC_DATA_RD)
1093 1093 #define bfin_write_NFC_DATA_RD(val) bfin_write16(NFC_DATA_RD, val)
1094 1094  
1095   -/* These need to be last due to the cdef/linux inter-dependencies */
1096   -#include <asm/irq.h>
1097   -
1098 1095 #endif /* _CDEF_BF522_H */
arch/blackfin/mach-bf533/include/mach/cdefBF532.h
... ... @@ -679,8 +679,5 @@
679 679 #define bfin_read_PPI_FRAME() bfin_read16(PPI_FRAME)
680 680 #define bfin_write_PPI_FRAME(val) bfin_write16(PPI_FRAME,val)
681 681  
682   -/* These need to be last due to the cdef/linux inter-dependencies */
683   -#include <asm/irq.h>
684   -
685 682 #endif /* _CDEF_BF532_H */
arch/blackfin/mach-bf537/include/mach/cdefBF534.h
... ... @@ -1733,8 +1733,5 @@
1733 1733 #define bfin_read_HMDMA1_BCOUNT() bfin_read16(HMDMA1_BCOUNT)
1734 1734 #define bfin_write_HMDMA1_BCOUNT(val) bfin_write16(HMDMA1_BCOUNT,val)
1735 1735  
1736   -/* These need to be last due to the cdef/linux inter-dependencies */
1737   -#include <asm/irq.h>
1738   -
1739 1736 #endif /* _CDEF_BF534_H */
arch/blackfin/mach-bf538/include/mach/cdefBF538.h
... ... @@ -1957,8 +1957,5 @@
1957 1957 #define bfin_read_CAN_MB31_ID1() bfin_read16(CAN_MB31_ID1)
1958 1958 #define bfin_write_CAN_MB31_ID1(val) bfin_write16(CAN_MB31_ID1, val)
1959 1959  
1960   -/* These need to be last due to the cdef/linux inter-dependencies */
1961   -#include <asm/irq.h>
1962   -
1963 1960 #endif
arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
... ... @@ -2629,8 +2629,5 @@
2629 2629  
2630 2630 /* Handshake MDMA is not defined in the shared file because it is not available on the ADSP-BF542 bfin_read_()rocessor */
2631 2631  
2632   -/* These need to be last due to the cdef/linux inter-dependencies */
2633   -#include <asm/irq.h>
2634   -
2635 2632 #endif /* _CDEF_BF54X_H */
arch/blackfin/mach-bf561/include/mach/cdefBF561.h
... ... @@ -1457,8 +1457,5 @@
1457 1457 #define bfin_read_IMDMA_S1_IRQ_STATUS() bfin_read16(IMDMA_S1_IRQ_STATUS)
1458 1458 #define bfin_write_IMDMA_S1_IRQ_STATUS(val) bfin_write16(IMDMA_S1_IRQ_STATUS,val)
1459 1459  
1460   -/* These need to be last due to the cdef/linux inter-dependencies */
1461   -#include <asm/irq.h>
1462   -
1463 1460 #endif /* _CDEF_BF561_H */