Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irq

In preparation for sa11x0 sparse irq conversion, explicitly include
mach/irqs.h as it will not be included for sparse irq.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Rob Herring and committed by
Russell King
3638dd2b 905cdc88

+2
+1
drivers/input/keyboard/jornada720_kbd.c
··· 27 27 28 28 #include <mach/jornada720.h> 29 29 #include <mach/hardware.h> 30 + #include <mach/irqs.h> 30 31 31 32 MODULE_AUTHOR("Kristoffer Ericson <Kristoffer.Ericson@gmail.com>"); 32 33 MODULE_DESCRIPTION("HP Jornada 710/720/728 keyboard driver");
+1
drivers/input/touchscreen/jornada720_ts.c
··· 22 22 23 23 #include <mach/hardware.h> 24 24 #include <mach/jornada720.h> 25 + #include <mach/irqs.h> 25 26 26 27 MODULE_AUTHOR("Kristoffer Ericson <kristoffer.ericson@gmail.com>"); 27 28 MODULE_DESCRIPTION("HP Jornada 710/720/728 touchscreen driver");