From patchwork Tue Dec 1 13:03:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 63935 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB1D12Yn030068 for ; Tue, 1 Dec 2009 13:05:05 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753689AbZLANE6 (ORCPT ); Tue, 1 Dec 2009 08:04:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753636AbZLANE6 (ORCPT ); Tue, 1 Dec 2009 08:04:58 -0500 Received: from smtp.nokia.com ([192.100.122.233]:20664 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753368AbZLANE5 (ORCPT ); Tue, 1 Dec 2009 08:04:57 -0500 Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-mx06.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id nB1D42X4013397; Tue, 1 Dec 2009 15:04:15 +0200 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Dec 2009 15:04:14 +0200 Received: from mgw-sa01.ext.nokia.com ([147.243.1.47]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Dec 2009 15:04:14 +0200 Received: from localhost.localdomain (esdhcp04340.research.nokia.com [172.21.43.40]) by mgw-sa01.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id nB1D42dZ028094; Tue, 1 Dec 2009 15:04:12 +0200 From: Felipe Balbi To: Tony Lindgren Cc: linux-omap@vger.kernel.org, Santosh Shilimkar , Kevin Hilman , Kalle Valo , Jean Pihet , Vikram Pandita , Paul Walmsley , Hiroshi DOYU , David Brownell , Felipe Balbi Subject: [rfc/rft/patch 5/9] arm: omap: kill compile warning on board-4430-sdp.c Date: Tue, 1 Dec 2009 15:03:51 +0200 Message-Id: <1259672635-12306-6-git-send-email-felipe.balbi@nokia.com> X-Mailer: git-send-email 1.6.6.rc0 In-Reply-To: <1259672635-12306-1-git-send-email-felipe.balbi@nokia.com> References: <1259672635-12306-1-git-send-email-felipe.balbi@nokia.com> X-OriginalArrivalTime: 01 Dec 2009 13:04:14.0788 (UTC) FILETIME=[C8769840:01CA7286] X-Nokia-AV: Clean 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", };