From patchwork Tue Jan 18 07:52:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaro Koskinen X-Patchwork-Id: 485601 X-Patchwork-Delegate: tony@atomide.com 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 p0I7qd18031569 for ; Tue, 18 Jan 2011 07:52:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752778Ab1ARHwm (ORCPT ); Tue, 18 Jan 2011 02:52:42 -0500 Received: from filtteri5.pp.htv.fi ([213.243.153.188]:43755 "EHLO filtteri5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752406Ab1ARHwg (ORCPT ); Tue, 18 Jan 2011 02:52:36 -0500 Received: from localhost (localhost [127.0.0.1]) by filtteri5.pp.htv.fi (Postfix) with ESMTP id 556E55A615A; Tue, 18 Jan 2011 09:52:35 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp5.welho.com ([213.243.153.39]) by localhost (filtteri5.pp.htv.fi [213.243.153.188]) (amavisd-new, port 10024) with ESMTP id 6jZU8MRB0NzX; Tue, 18 Jan 2011 09:52:34 +0200 (EET) Received: from localhost.localdomain (cs109108020025.pp.htv.fi [109.108.20.25]) by smtp5.welho.com (Postfix) with ESMTP id 936965BC002; Tue, 18 Jan 2011 09:52:34 +0200 (EET) From: Aaro Koskinen To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/7] arm: mach-omap1: board-h3: make nand_platdata static Date: Tue, 18 Jan 2011 09:52:43 +0200 Message-Id: <1295337165-22934-6-git-send-email-aaro.koskinen@iki.fi> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1295337165-22934-1-git-send-email-aaro.koskinen@iki.fi> References: <1295337165-22934-1-git-send-email-aaro.koskinen@iki.fi> 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.6 (demeter1.kernel.org [140.211.167.41]); Tue, 18 Jan 2011 07:52:47 +0000 (UTC) diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index dbc8b8d..ac48677 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c @@ -204,7 +204,7 @@ static int nand_dev_ready(struct mtd_info *mtd) static const char *part_probes[] = { "cmdlinepart", NULL }; -struct platform_nand_data nand_platdata = { +static struct platform_nand_data nand_platdata = { .chip = { .nr_chips = 1, .chip_offset = 0,