commit | 3521a0f05d28e75612bbe1ee014bdfedf831b23f | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Wed Sep 07 19:22:01 2016 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Sep 10 10:47:48 2016 -0700 |
tree | 7960d220bb515e1409afccd4c0fd53cad21a02b3 | |
parent | 72f6d0b9eaee7e00ffab57b49d8543cc35a7d894 [diff] |
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>