summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-27 06:08:46 +0200
committerMike Frysinger <vapier@gentoo.org>2011-01-10 13:18:10 +0100
commita2ce077ab3ea30b61a39038cc8d14119c0b2e90a (patch)
tree16ab55aeae2c66c1bdce9fe55e1e0a1fd0f774c1 /arch/blackfin/mach-bf537
parentBlackfin: bf51x/bf52x: drop redundant "base" def/cdef header (diff)
downloadlinux-a2ce077ab3ea30b61a39038cc8d14119c0b2e90a.tar.xz
linux-a2ce077ab3ea30b61a39038cc8d14119c0b2e90a.zip
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>
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r--arch/blackfin/mach-bf537/include/mach/cdefBF534.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf537/include/mach/cdefBF534.h b/arch/blackfin/mach-bf537/include/mach/cdefBF534.h
index 057b494583d7..563ede907336 100644
--- a/arch/blackfin/mach-bf537/include/mach/cdefBF534.h
+++ b/arch/blackfin/mach-bf537/include/mach/cdefBF534.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 */