Browse Source

touchscreen: Fix build of da9034

Missing an include and thus breaks the x86-64 build.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Alan Cox 16 years ago
parent
commit
30aafdba6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/input/touchscreen/da9034-ts.c

+ 1 - 0
drivers/input/touchscreen/da9034-ts.c

@@ -16,6 +16,7 @@
 #include <linux/delay.h>
 #include <linux/delay.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/input.h>
 #include <linux/input.h>
+#include <linux/workqueue.h>
 #include <linux/mfd/da903x.h>
 #include <linux/mfd/da903x.h>
 
 
 #define DA9034_MANUAL_CTRL	0x50
 #define DA9034_MANUAL_CTRL	0x50