From patchwork Tue Jan 4 20:07:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 451541 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p04KJTcp030035 for ; Tue, 4 Jan 2011 20:19:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751029Ab1ADUH0 (ORCPT ); Tue, 4 Jan 2011 15:07:26 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:54962 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840Ab1ADUHY (ORCPT ); Tue, 4 Jan 2011 15:07:24 -0500 Received: from dlep34.itg.ti.com ([157.170.170.115]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id p04K7Hkn002194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jan 2011 14:07:17 -0600 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id p04K7HYE002664; Tue, 4 Jan 2011 14:07:17 -0600 (CST) Received: from senorita (senorita.am.dhcp.ti.com [128.247.74.250]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id p04K7Hf01091; Tue, 4 Jan 2011 14:07:17 -0600 (CST) Received: by senorita (Postfix, from userid 1000) id A0C01C2B6; Tue, 4 Jan 2011 14:07:16 -0600 (CST) From: Nishanth Menon To: Tony Cc: l-o , l-a , Nishanth Menon Subject: [PATCH 3/5] omap3: igep3: make igep3_flash_init static Date: Tue, 4 Jan 2011 14:07:12 -0600 Message-Id: <1294171634-13943-4-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1294171634-13943-1-git-send-email-nm@ti.com> References: <1294171634-13943-1-git-send-email-nm@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 04 Jan 2011 20:19:31 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-igep0030.c b/arch/arm/mach-omap2/board-igep0030.c index bcccd68..c88e8f7 100644 --- a/arch/arm/mach-omap2/board-igep0030.c +++ b/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 = {