From patchwork Tue Dec 1 13:03:53 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 63940 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 nB1D12Ys030068 for ; Tue, 1 Dec 2009 13:05:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754044AbZLANFM (ORCPT ); Tue, 1 Dec 2009 08:05:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754033AbZLANFM (ORCPT ); Tue, 1 Dec 2009 08:05:12 -0500 Received: from smtp.nokia.com ([192.100.122.230]:22855 "EHLO mgw-mx03.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754020AbZLANFL (ORCPT ); Tue, 1 Dec 2009 08:05:11 -0500 Received: from esebh105.NOE.Nokia.com (esebh105.ntc.nokia.com [172.21.138.211]) by mgw-mx03.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id nB1D4Fpn013624; Tue, 1 Dec 2009 15:04:23 +0200 Received: from vaebh104.NOE.Nokia.com ([10.160.244.30]) by esebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Dec 2009 15:04:21 +0200 Received: from mgw-sa01.ext.nokia.com ([147.243.1.47]) by vaebh104.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Dec 2009 15:04:17 +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 nB1D42db028094; Tue, 1 Dec 2009 15:04:16 +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 7/9] arm: omap: innovator: kill compile warning on board-innovator.c Date: Tue, 1 Dec 2009 15:03:53 +0200 Message-Id: <1259672635-12306-8-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:17.0965 (UTC) FILETIME=[CA5B5DD0: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/plat-omap/include/plat/fpga.h b/arch/arm/plat-omap/include/plat/fpga.h index f1864a6..87a87d2 100644 --- a/arch/arm/plat-omap/include/plat/fpga.h +++ b/arch/arm/plat-omap/include/plat/fpga.h @@ -85,7 +85,7 @@ struct h2p2_dbg_fpga { * OMAP-1510 FPGA * --------------------------------------------------------------------------- */ -#define OMAP1510_FPGA_BASE IOMEM(0xE8000000) /* VA */ +#define OMAP1510_FPGA_BASE 0xE8000000 /* VA */ #define OMAP1510_FPGA_SIZE SZ_4K #define OMAP1510_FPGA_START 0x08000000 /* PA */