summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/pixcir_i2c_ts.c
diff options
context:
space:
mode:
authorDmitry Torokhov2015-07-06 20:48:47 +0200
committerDmitry Torokhov2015-07-12 02:27:36 +0200
commit28a74c050060c17b1edaee2d60470a33be476941 (patch)
treefc2ef715f3a250262c529e63ee1ed64837c4ca90 /drivers/input/touchscreen/pixcir_i2c_ts.c
parentInput: of_touchscreen - switch to using device properties (diff)
downloadkernel-qcow2-linux-28a74c050060c17b1edaee2d60470a33be476941.tar.gz
kernel-qcow2-linux-28a74c050060c17b1edaee2d60470a33be476941.tar.xz
kernel-qcow2-linux-28a74c050060c17b1edaee2d60470a33be476941.zip
Input: pixcir_i2c_ts - move platform data
Let's move driver's platform data definitions from include/linux/input/ into include/linux/platform_data/ so that it stays with the rest of platform data definitions. Acked-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/pixcir_i2c_ts.c')
-rw-r--r--drivers/input/touchscreen/pixcir_i2c_ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/pixcir_i2c_ts.c b/drivers/input/touchscreen/pixcir_i2c_ts.c
index 2c2107147319..f7d90997a786 100644
--- a/drivers/input/touchscreen/pixcir_i2c_ts.c
+++ b/drivers/input/touchscreen/pixcir_i2c_ts.c
@@ -24,11 +24,11 @@
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/input/mt.h>
-#include <linux/input/pixcir_ts.h>
#include <linux/gpio.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/of_device.h>
+#include <linux/platform_data/pixcir_i2c_ts.h>
#define PIXCIR_MAX_SLOTS 5 /* Max fingers supported by driver */