]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Blackfin: drop asm/irq.h include from mach headers
authorMike Frysinger <vapier@gentoo.org>
Wed, 27 Oct 2010 04:08:46 +0000 (00:08 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:10 +0000 (07:18 -0500)
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>
arch/blackfin/mach-bf518/include/mach/cdefBF512.h
arch/blackfin/mach-bf527/include/mach/cdefBF522.h
arch/blackfin/mach-bf533/include/mach/cdefBF532.h
arch/blackfin/mach-bf537/include/mach/cdefBF534.h
arch/blackfin/mach-bf538/include/mach/cdefBF538.h
arch/blackfin/mach-bf548/include/mach/cdefBF54x_base.h
arch/blackfin/mach-bf561/include/mach/cdefBF561.h

index 52a7b7ded88fa4ab187122433e181fea6fb38e08..b657d37a3402d094b3191c5a1e4bba1a0f65a6c7 100644 (file)
 #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 */
index 4930983406303745c3940b7d3551b9493eaea480..618dfcdfa91ab1055e3af4ef962d132b45e8237c 100644 (file)
 #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 */
index 1d304bd3f63a74daec1f8c79f6b7bc124210c4aa..fd0cbe4df21a2ce65f5f6f1312ce91c4538c2bdd 100644 (file)
 #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 */
index 057b494583d72a822bfba6f8d47aeefecb487f7e..563ede9073367c9c0e3d69c90381f9c34c7c94e6 100644 (file)
 #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 */
index 7ea870bf9cb87c68cf8f5b1ae35e2bba7bab1ea1..f6a56792180bf20c22c5c1462a866b9508269b58 100644 (file)
 #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
index 5e7092182af3088217493d3e9a18b8b59b60389f..50c89c8052f386c2cf358c84abcccee02e64ecff 100644 (file)
 
 /* 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 */
 
index 549f0fe6edb87c3533c1a1b04e9ebc755c3b1875..7533315972077b08b80dd1e726abb2a47f92748e 100644 (file)
 #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 */