Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includes
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 8 Sep 2016 02:22:01 +0000 (19:22 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 10 Sep 2016 17:47:48 +0000 (10:47 -0700)
commit3521a0f05d28e75612bbe1ee014bdfedf831b23f
tree7960d220bb515e1409afccd4c0fd53cad21a02b3
parent72f6d0b9eaee7e00ffab57b49d8543cc35a7d894
Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includes

Switch the jornada720 touchscreen driver to obtain its gpio from
the platform device via gpiolib and derive the interrupt from the
GPIO, rather than via a hard-coded interrupt number obtained from
the mach/irqs.h and mach/hardware.h headers.

Tested-by: Adam Wysocki <armlinux@chmurka.net>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
arch/arm/mach-sa1100/jornada720.c
drivers/input/touchscreen/jornada720_ts.c