projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c44c5
)
touchscreen: Fix build of da9034
author
Alan Cox
<alan@redhat.com>
Wed, 7 Jan 2009 11:40:03 +0000
(11:40 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 7 Jan 2009 19:34:14 +0000
(11:34 -0800)
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>
drivers/input/touchscreen/da9034-ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/da9034-ts.c
b/drivers/input/touchscreen/da9034-ts.c
index 4342e77814b57e3b30f9ef9b4276440f7d7756de..fa67d782c3c395d213813a033963f8161203530c 100644
(file)
--- a/
drivers/input/touchscreen/da9034-ts.c
+++ b/
drivers/input/touchscreen/da9034-ts.c
@@
-16,6
+16,7
@@
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/input.h>
+#include <linux/workqueue.h>
#include <linux/mfd/da903x.h>
#define DA9034_MANUAL_CTRL 0x50