From ab08f9b14a9015fb18daf51b00429cd2746e9f03 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 6 Jan 2011 19:49:29 -0800 Subject: [PATCH] --- yaml --- r: 231099 b: refs/heads/master c: 2393608aede2380afc3fa8815197363f01f328ad h: refs/heads/master i: 231097: d9203c79719947b5b7d5eb63004f27d259bbed03 231095: 939d99e20dda304b76adfd2c1bd2fce25450dc19 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/board-igep0030.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c2b4a5fd79b7..5f188b558c49 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ce3bb7208b5bf7de2d869a881372b60cc37362c +refs/heads/master: 2393608aede2380afc3fa8815197363f01f328ad diff --git a/trunk/arch/arm/mach-omap2/board-igep0030.c b/trunk/arch/arm/mach-omap2/board-igep0030.c index bcccd68f1856..c88e8f7f28ee 100644 --- a/trunk/arch/arm/mach-omap2/board-igep0030.c +++ b/trunk/arch/arm/mach-omap2/board-igep0030.c @@ -103,7 +103,7 @@ static struct platform_device igep3_onenand_device = { }, }; -void __init igep3_flash_init(void) +static void __init igep3_flash_init(void) { u8 cs = 0; u8 onenandcs = GPMC_CS_NUM + 1; @@ -137,7 +137,7 @@ void __init igep3_flash_init(void) } #else -void __init igep3_flash_init(void) {} +static void __init igep3_flash_init(void) {} #endif static struct regulator_consumer_supply igep3_vmmc1_supply = {