From db91301455c129402251b6435a6e6c198d10c30b Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 15 Jan 2009 16:14:29 +0000 Subject: [PATCH] --- yaml --- r: 137215 b: refs/heads/master c: 8b785b9dfb309be8d44d655df1f370b15dda7687 h: refs/heads/master i: 137213: f80cc7bb4dd9c4d1bfb9ee30442fe6117d8433ec 137211: b46ea71ab4683e463b1d51a32fce040823fd0e6c 137207: 13906cc8582039659a939e8582f2520d7ffd4cd6 137199: 94fce8e01ca21f8f96871d39e4d96188d86a23dc 137183: 9f98e495420f8249fd0c8036bfb011a9fa3f18b5 137151: 97438c0a344138ed67cc75a6a2bace4ebb42a2f0 137087: 1a0c694a48dbacd10ca5de270e2668dbf85cb43c 136959: b56639db8546d898ec4ff83dbca66c7fae32d95b 136703: 6080cf078f341bbc96c71b0772f633b7759274ef 136191: f749f044fbaadf323e1460f6ca61fea5bbb127fe 135167: 2e3fa839e5d5bbce1870a1480804e1abcc3f411a v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx3/mx31ads.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 34a7316ae5a1..eb73e9950b48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d5f9cdacb74d35b4e435cb66443da203d8be6f0 +refs/heads/master: 8b785b9dfb309be8d44d655df1f370b15dda7687 diff --git a/trunk/arch/arm/mach-mx3/mx31ads.c b/trunk/arch/arm/mach-mx3/mx31ads.c index f913999eedf0..6804fbe266ef 100644 --- a/trunk/arch/arm/mach-mx3/mx31ads.c +++ b/trunk/arch/arm/mach-mx3/mx31ads.c @@ -221,13 +221,13 @@ static struct map_desc mx31ads_io_desc[] __initdata = { /*! * Set up static virtual mappings. */ -void __init mx31ads_map_io(void) +static void __init mx31ads_map_io(void) { mxc_map_io(); iotable_init(mx31ads_io_desc, ARRAY_SIZE(mx31ads_io_desc)); } -void __init mx31ads_init_irq(void) +static void __init mx31ads_init_irq(void) { mxc_init_irq(); mx31ads_init_expio(); @@ -247,7 +247,7 @@ static void __init mx31ads_timer_init(void) mx31_clocks_init(26000000); } -struct sys_timer mx31ads_timer = { +static struct sys_timer mx31ads_timer = { .init = mx31ads_timer_init, };