summaryrefslogtreecommitdiff
path: root/arch/blackfin/mach-bf561
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-27 00:08:46 -0400
committerMike Frysinger <vapier@gentoo.org>2010-11-24 03:30:53 -0500
commitf31e7e4cc4d4f25bcca12c516e42942117c6047f (patch)
tree81e7d731a96aaf7bddada0d8d8bdae276eb8cef8 /arch/blackfin/mach-bf561
parentc2d6d371ab2767527ef8f465ebd5be8e2c70a1a0 (diff)
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-bf561')
-rw-r--r--arch/blackfin/mach-bf561/include/mach/cdefBF561.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf561/include/mach/cdefBF561.h b/arch/blackfin/mach-bf561/include/mach/cdefBF561.h
index 549f0fe6edb8..753331597207 100644
--- a/arch/blackfin/mach-bf561/include/mach/cdefBF561.h
+++ b/arch/blackfin/mach-bf561/include/mach/cdefBF561.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 */