From patchwork Tue Dec 29 22:51:29 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 70152 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBTMumuG031446 for ; Tue, 29 Dec 2009 22:56:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752191AbZL2W4n (ORCPT ); Tue, 29 Dec 2009 17:56:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751428AbZL2W4m (ORCPT ); Tue, 29 Dec 2009 17:56:42 -0500 Received: from ns1.siteground211.com ([209.62.36.12]:58963 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752191AbZL2W4k (ORCPT ); Tue, 29 Dec 2009 17:56:40 -0500 Received: from [91.154.126.168] (port=14121 helo=localhost.localdomain) by serv01.siteground211.com with esmtpa (Exim 4.69) (envelope-from ) id 1NPkzV-00071i-Iy; Tue, 29 Dec 2009 16:56:38 -0600 From: Felipe Balbi To: tony@atomide.com Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Felipe Balbi Subject: [patch-v2.6.33-rc2+ 09/12] arm: omap: kill compile warning on board-4430-sdp.c Date: Wed, 30 Dec 2009 00:51:29 +0200 Message-Id: <1262127092-14878-10-git-send-email-felipe.balbi@nokia.com> X-Mailer: git-send-email 1.6.6.35.g1d85d In-Reply-To: <1262127092-14878-1-git-send-email-felipe.balbi@nokia.com> References: <1262127092-14878-1-git-send-email-felipe.balbi@nokia.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - serv01.siteground211.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - felipebalbi.com Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 0c6be6b..a7788b4 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -38,10 +38,6 @@ static struct platform_device *sdp4430_devices[] __initdata = { &sdp4430_lcd_device, }; -static struct omap_uart_config sdp4430_uart_config __initdata = { - .enabled_uarts = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3), -}; - static struct omap_lcd_config sdp4430_lcd_config __initdata = { .ctrl_name = "internal", };