aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442
diff options
context:
space:
mode:
authorNelson Castillo <arhuaco@freaks-unidos.net>2009-04-15 00:21:33 -0500
committerNelson Castillo <arhuaco@freaks-unidos.net>2009-04-15 00:24:30 -0500
commit9a690f4a8733bbeeba62ff28ae38ff7f869e4b05 (patch)
tree40fa06ced68c5421c1637582350aa4e1f7f69bca /arch/arm/mach-s3c2442
parent83052807ac3346706954554ec7e3a3a443f2e881 (diff)
make touchscreen filter symbols const static in mach-gta01.c and mach-gta02.c
Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
Diffstat (limited to 'arch/arm/mach-s3c2442')
-rw-r--r--arch/arm/mach-s3c2442/mach-gta02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c
index db2f1704c69..079a2cc13b7 100644
--- a/arch/arm/mach-s3c2442/mach-gta02.c
+++ b/arch/arm/mach-s3c2442/mach-gta02.c
@@ -986,7 +986,7 @@ const static struct ts_filter_linear_configuration gta02_ts_linear = {
};
#endif
-const struct ts_filter_chain_configuration gta02_filter_configuration[] =
+const static struct ts_filter_chain_configuration gta02_filter_configuration[] =
{
#ifdef CONFIG_TOUCHSCREEN_FILTER
{&ts_filter_group_api, &gta02_ts_group.config},