From 3779b1cf0be55e0affcff56379cdfb8a07fdd840 Mon Sep 17 00:00:00 2001 From: merge Date: Mon, 19 Jan 2009 00:47:51 +0000 Subject: MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-fix-touchscreen-filter-include-1232325217 pending-tracking-hist top was MERGE-via-stable-tracking-fix-touchscreen-filter-include-1232325217 / d063e8c6d85c48de80b3d158bfa98d5a97149711 ... parent commitmessage: From: merge MERGE-via-stable-tracking-hist-fix-touchscreen-filter-include stable-tracking-hist top was fix-touchscreen-filter-include / bb151f28fc8e8923baad96e0f3e8f0ae57af95f5 ... parent commitmessage: From: Nelson Castillo Fix touchscreen filter includes Fix #includes to make the kernel compile again. Signed-off-by: Nelson Castillo --- include/linux/ts_filter_mean.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 include/linux/ts_filter_mean.h (limited to 'include/linux/ts_filter_mean.h') diff --git a/include/linux/ts_filter_mean.h b/include/linux/ts_filter_mean.h deleted file mode 100644 index 46ff01a4c82..00000000000 --- a/include/linux/ts_filter_mean.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef __TS_FILTER_MEAN_H__ -#define __TS_FILTER_MEAN_H__ - -#include - -/* - * touchscreen filter - * - * mean - * - * (c) 2008 Andy Green - */ - -struct ts_filter_mean_configuration { - int bits_filter_length; - int averaging_threshold; - - int extent; -}; - -struct ts_filter_mean { - struct ts_filter tsf; - struct ts_filter_mean_configuration *config; - - int reported[MAX_TS_FILTER_COORDS]; - int lowpass[MAX_TS_FILTER_COORDS]; - int *fifo[MAX_TS_FILTER_COORDS]; - int fhead[MAX_TS_FILTER_COORDS]; - int ftail[MAX_TS_FILTER_COORDS]; -}; - -extern struct ts_filter_api ts_filter_mean_api; - -#endif -- cgit v1.2.3