mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] touchscreen: Fix build of da9034
@ 2009-01-07 11:40 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2009-01-07 11:40 UTC (permalink / raw)
  To: fengwei.yin, linux-kernel, torvalds

From: Alan Cox <alan@redhat.com>

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

Signed-off-by: Alan Cox <alan@redhat.com>
---

 drivers/input/touchscreen/da9034-ts.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/drivers/input/touchscreen/da9034-ts.c b/drivers/input/touchscreen/da9034-ts.c
index 4342e77..fa67d78 100644
--- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-07 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-07 11:40 [PATCH] touchscreen: Fix build of da9034 Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome