[PATCH] touchscreen: Fix build of da9034

From: Alan Cox
Date: Wed Jan 07 2009 - 06:40:32 EST


From: Alan Cox <alan@xxxxxxxxxx>

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

Signed-off-by: Alan Cox <alan@xxxxxxxxxx>
---

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/