Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760887Ab0GWUBc (ORCPT ); Fri, 23 Jul 2010 16:01:32 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:43154 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757443Ab0GWT7J (ORCPT ); Fri, 23 Jul 2010 15:59:09 -0400 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: linux-arm-kernel@lists.infradead.org Cc: Tony Lindgren , Russell King , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Tomi Valkeinen , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 05/11] ARM: omap1: nokia770: move mipid_dev_init() to .init.text Date: Fri, 23 Jul 2010 21:58:28 +0200 Message-Id: <1279915120-4373-5-git-send-email-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1279915120-4373-1-git-send-email-u.kleine-koenig@pengutronix.de> References: <1279915120-4373-1-git-send-email-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:6f8:1178:2:215:17ff:fe12:23b0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1005 Lines: 29 mipid_dev_init() is only called by omap_nokia770_init that lives in .init.text. So it's save to move the former to .init.text, too. Signed-off-by: Uwe Kleine-König --- arch/arm/mach-omap1/board-nokia770.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 71e1a3f..6c4dd0e 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c @@ -113,7 +113,7 @@ static struct mipid_platform_data nokia770_mipid_platform_data = { .shutdown = mipid_shutdown, }; -static void mipid_dev_init(void) +static void __init mipid_dev_init(void) { const struct omap_lcd_config *conf; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/