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 --- arch/arm/mach-s3c2410/include/mach/ts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-s3c2410') diff --git a/arch/arm/mach-s3c2410/include/mach/ts.h b/arch/arm/mach-s3c2410/include/mach/ts.h index 0600b306a34..41ac64cdd58 100644 --- a/arch/arm/mach-s3c2410/include/mach/ts.h +++ b/arch/arm/mach-s3c2410/include/mach/ts.h @@ -27,9 +27,9 @@ struct s3c2410_ts_mach_info { * Null-terminated array of pointers to filter APIs and configurations * we want to use. In the same order they will be applied. */ - struct ts_filter_configuration *filter_config; + const struct ts_filter_configuration *filter_config; }; -void set_s3c2410ts_info(struct s3c2410_ts_mach_info *hard_s3c2410ts_info); +void set_s3c2410ts_info(const struct s3c2410_ts_mach_info *hard_s3c2410ts_info); #endif /* __ASM_ARM_TS_H */ -- cgit v1.2.3