]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2522b6b9f8b47f3cfe248ff7f98070d99fdef196
tree9f9359112de6ff3623b0b63394f8343f1317c139
parent2632159cc9a28038f88f2d251708e7b3af465167
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
09008668fb5a12a2691ca721573c2d082ec3cb79 ("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