From 30aafdba6f78619274a977d67283a681bedbcbbd Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 7 Jan 2009 11:40:03 +0000 Subject: [PATCH] touchscreen: Fix build of da9034 Missing an include and thus breaks the x86-64 build. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- drivers/input/touchscreen/da9034-ts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/touchscreen/da9034-ts.c b/drivers/input/touchscreen/da9034-ts.c index 4342e77814b..fa67d782c3c 100644 --- a/drivers/input/touchscreen/da9034-ts.c +++ b/drivers/input/touchscreen/da9034-ts.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #define DA9034_MANUAL_CTRL 0x50 -- 2.41.0