aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ts_filter_group.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-10-24 16:06:05 +0200
committerLars-Peter Clausen <lars@metafoo.de>2009-10-24 16:06:05 +0200
commit374f8036d1f74352a2d9a90f740bef6ecc33f5cd (patch)
treec8e6bcca30be9535a4f8cb11aac6263147d5b59e /drivers/input/touchscreen/ts_filter_group.c
parentf858d8fceb8519604ab7b1221724d5ad4ede7b29 (diff)
ts-filter: Move include files to include/linux/input/touchscreen
Diffstat (limited to 'drivers/input/touchscreen/ts_filter_group.c')
-rw-r--r--drivers/input/touchscreen/ts_filter_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ts_filter_group.c b/drivers/input/touchscreen/ts_filter_group.c
index 722e8dfbdae..9e344c5f19f 100644
--- a/drivers/input/touchscreen/ts_filter_group.c
+++ b/drivers/input/touchscreen/ts_filter_group.c
@@ -45,7 +45,7 @@
#include <linux/kernel.h>
#include <linux/slab.h>
-#include "ts_filter_group.h"
+#include <linux/input/touchscreen/ts_filter_group.h>
struct coord_range {
int min; /* Minimum value of the range. */