Input: tsc2005 - driver should depend on GENERIC_HARDIRQS
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 21 Mar 2011 09:37:07 +0000 (02:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 24 Mar 2011 06:49:17 +0000 (23:49 -0700)
commitddca6a31345cbea8c7c907e6b7e016339cbb6342
tree9f9359112de6ff3623b0b63394f8343f1317c139
parent97eb3f24352ec6632c2127b35d8087d2a809a9b9
Input: tsc2005 - driver should depend on GENERIC_HARDIRQS

drivers/input/touchscreen/tsc2005.c: In function ‘tsc2005_probe’:
drivers/input/touchscreen/tsc2005.c:666: error: implicit declaration of function ‘set_irq_wake’

In addition, migrate from set_irq_wake() (marked "do not use" as of commit
a0cd9ca2b907d7ee26575e7b63ac92dad768a75e ("genirq: Namespace cleanup")) to
irq_set_irq_wake().

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/tsc2005.c