From patchwork Sat Oct 23 16:48:59 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo Serra X-Patchwork-Id: 279541 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 o9NGnC8t011056 for ; Sat, 23 Oct 2010 16:49:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757821Ab0JWQtO (ORCPT ); Sat, 23 Oct 2010 12:49:14 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:64262 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753717Ab0JWQtM (ORCPT ); Sat, 23 Oct 2010 12:49:12 -0400 Received: by mail-wy0-f174.google.com with SMTP id 28so1953708wyf.19 for ; Sat, 23 Oct 2010 09:49:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=e/TovkuR+l8v5AqLLbYNWfR49rDtFIgttpySHYF93eo=; b=QrvGdr7zK77fAz4q9DPY5bj0zk/ZuRUwEzkes7nQ/7SWF7xoF/abv1YEZ0UMUruBGL pl1W/1mfHhQT1GIn+NWP2ULB9WV/ZuaqIT/RKo/eRjPHSxq092MGaG3eT2sapPQSBtRl MPSreTe+GPE3yFu0Ip5AMICIE7Uu+Fi3jN16Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=bsKF8Jsk2SjOvsqu2MsbTgPkiwTOLpGhzifsnQlgSu3CpKqA0smqdhmHhQCpbvvtJB m9hKf08k+MCIFe4hYsh20U5xq05EBiogipMW5DQoyKU0FRmG4OnZWyWTdKxMgqGWZsBJ 0wrLEL0f+q05BeoQZR/1dkCJImZipvD0P48Hg= Received: by 10.216.166.80 with SMTP id f58mr901631wel.65.1287852552340; Sat, 23 Oct 2010 09:49:12 -0700 (PDT) Received: from localhost.localdomain ([83.52.77.213]) by mx.google.com with ESMTPS id l51sm2464884wer.2.2010.10.23.09.49.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 23 Oct 2010 09:49:11 -0700 (PDT) From: Enric Balletbo i Serra To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, balbi@ti.com Cc: Enric Balletbo i Serra Subject: [PATCHv2 2/3] omap3: IGEP v2: Remove igep2_config array. Date: Sat, 23 Oct 2010 18:48:59 +0200 Message-Id: <1287852540-4951-3-git-send-email-eballetbo@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1287852540-4951-1-git-send-email-eballetbo@gmail.com> References: <1287852540-4951-1-git-send-email-eballetbo@gmail.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]); Sat, 23 Oct 2010 16:49:26 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 20b199f..42dcbf4 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c @@ -247,9 +247,6 @@ static inline void __init igep2_init_smsc911x(void) static inline void __init igep2_init_smsc911x(void) { } #endif -static struct omap_board_config_kernel igep2_config[] __initdata = { -}; - static struct regulator_consumer_supply igep2_vmmc1_supply = { .supply = "vmmc", }; @@ -486,8 +483,6 @@ static struct platform_device *igep2_devices[] __initdata = { static void __init igep2_init_irq(void) { - omap_board_config = igep2_config; - omap_board_config_size = ARRAY_SIZE(igep2_config); omap2_init_common_hw(m65kxxxxam_sdrc_params, m65kxxxxam_sdrc_params); omap_init_irq(); omap_gpio_init();