aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sa1100.c
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-02-24 00:06:51 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-03-25 23:57:20 +0100
commitf314f33be77d6a48ae19748e3dc4a6657042b525 (patch)
tree6943191f7d9052c51dd66c4cdb99e5a265d2d0de /drivers/tty/serial/sa1100.c
parentARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irq (diff)
downloadlinux-dev-f314f33be77d6a48ae19748e3dc4a6657042b525.tar.xz
linux-dev-f314f33be77d6a48ae19748e3dc4a6657042b525.zip
ARM: 7342/2: sa1100: prepare for sparse irq conversion
In preparation to convert SA1100 to sparse irq, set .nr_irqs for each machine and explicitly include mach/irqs.h as needed. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--drivers/tty/serial/sa1100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/sa1100.c b/drivers/tty/serial/sa1100.c
index ef7a21a6a01b..2ca5959ec3fa 100644
--- a/drivers/tty/serial/sa1100.c
+++ b/drivers/tty/serial/sa1100.c
@@ -38,6 +38,7 @@
#include <asm/irq.h>
#include <mach/hardware.h>
+#include <mach/irqs.h>
#include <asm/mach/serial_sa1100.h>
/* We've been assigned a range on the "Low-density serial ports" major */