aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/mach-bf561/irq.h
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-11-15 21:12:32 +0800
committerBryan Wu <bryan.wu@analog.com>2007-11-15 21:12:32 +0800
commita055b2b4de214d7c3c5382ba7e7c65d1476826b3 (patch)
tree430ce2d03fc665e01da2d1092290a1f3996bae77 /include/asm-blackfin/mach-bf561/irq.h
parentBlackfin arch: fix missing newline to file (diff)
downloadlinux-dev-a055b2b4de214d7c3c5382ba7e7c65d1476826b3.tar.xz
linux-dev-a055b2b4de214d7c3c5382ba7e7c65d1476826b3.zip
Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO
since we have this always turned on now and dont want it off (and hasnt been an option in a while) Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to '')
-rw-r--r--include/asm-blackfin/mach-bf561/irq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-blackfin/mach-bf561/irq.h b/include/asm-blackfin/mach-bf561/irq.h
index 12789927db3d..83f0383957d2 100644
--- a/include/asm-blackfin/mach-bf561/irq.h
+++ b/include/asm-blackfin/mach-bf561/irq.h
@@ -291,11 +291,7 @@
#define GPIO_IRQ_BASE IRQ_PF0
-#ifdef CONFIG_IRQCHIP_DEMUX_GPIO
#define NR_IRQS (IRQ_PF47 + 1)
-#else
-#define NR_IRQS SYS_IRQS
-#endif
#define IVG7 7
#define IVG8 8