From 25db5513242fb8d9fac0f461e110cc82d6b3f90f Mon Sep 17 00:00:00 2001 From: Nelson Castillo Date: Tue, 10 Mar 2009 12:04:26 +0000 Subject: Export symbols and make a few symbols constant. ~ Make a few symbols constant. ~ Export symbols explicitly. ~ Move ts_filter.c to ts_filter_chain.c (this will make sense later). Signed-off-by: Nelson Castillo --- drivers/input/touchscreen/ts_filter_group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/input/touchscreen/ts_filter_group.h') diff --git a/drivers/input/touchscreen/ts_filter_group.h b/drivers/input/touchscreen/ts_filter_group.h index 4fc2af70608..c7d094dce42 100644 --- a/drivers/input/touchscreen/ts_filter_group.h +++ b/drivers/input/touchscreen/ts_filter_group.h @@ -31,6 +31,6 @@ struct ts_filter_group_configuration { struct ts_filter_configuration config; }; -extern struct ts_filter_api ts_filter_group_api; +extern const struct ts_filter_api ts_filter_group_api; #endif -- cgit v1.2.3