Skip to content

Commit

Permalink
touchscreen: Fix build of da9034
Browse files Browse the repository at this point in the history
Missing an include and thus breaks the x86-64 build.

Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alan Cox authored and torvalds committed Jan 7, 2009
1 parent 57c44c5 commit 30aafdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/touchscreen/da9034-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30aafdb

Please sign in to comment.