aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ts_filter_chain.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-12-21 17:15:48 +0100
commitc0be5ad97fb0f722b8afded74256742c008991d9 (patch)
tree4dc65a604561c5da3e365055623888c58cb6f657 /drivers/input/touchscreen/ts_filter_chain.c
parent871c0b38ef349686071b055d012bff712088aa61 (diff)
ts-filter: Move include files to include/linux/input/touchscreen
Diffstat (limited to 'drivers/input/touchscreen/ts_filter_chain.c')
-rw-r--r--drivers/input/touchscreen/ts_filter_chain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/ts_filter_chain.c b/drivers/input/touchscreen/ts_filter_chain.c
index 17793ace144..054ffc16d35 100644
--- a/drivers/input/touchscreen/ts_filter_chain.c
+++ b/drivers/input/touchscreen/ts_filter_chain.c
@@ -19,8 +19,8 @@
#include <linux/kernel.h>
#include <linux/device.h>
-#include "ts_filter_chain.h"
-#include "ts_filter.h"
+#include <linux/input/trouchscreen/ts_filter_chain.h>
+#include <linux/input/trouchscreen/ts_filter.h>
/*
* Tux, would you like the following function in /lib?