From patchwork Tue Dec 1 13:03:54 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 63941 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 nB1D12Yu030068 for ; Tue, 1 Dec 2009 13:05:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754053AbZLANFV (ORCPT ); Tue, 1 Dec 2009 08:05:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754051AbZLANFV (ORCPT ); Tue, 1 Dec 2009 08:05:21 -0500 Received: from smtp.nokia.com ([192.100.122.230]:22957 "EHLO mgw-mx03.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754046AbZLANFU (ORCPT ); Tue, 1 Dec 2009 08:05:20 -0500 Received: from vaebh106.NOE.Nokia.com (vaebh106.europe.nokia.com [10.160.244.32]) by mgw-mx03.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id nB1D4AVH013525; Tue, 1 Dec 2009 15:04:41 +0200 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by vaebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 1 Dec 2009 15:04:19 +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:19 +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 nB1D42dc028094; Tue, 1 Dec 2009 15:04:17 +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 8/9] arm: omap: perseus: kill compile warning on board-perseus2.c Date: Tue, 1 Dec 2009 15:03:54 +0200 Message-Id: <1259672635-12306-9-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:19.0710 (UTC) FILETIME=[CB65A1E0: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 87a87d2..d66164d 100644 --- a/arch/arm/plat-omap/include/plat/fpga.h +++ b/arch/arm/plat-omap/include/plat/fpga.h @@ -34,7 +34,7 @@ extern void omap1510_fpga_init_irq(void); * --------------------------------------------------------------------------- */ /* maps in the FPGA registers and the ETHR registers */ -#define H2P2_DBG_FPGA_BASE IOMEM(0xE8000000) /* VA */ +#define H2P2_DBG_FPGA_BASE 0xE8000000 /* VA */ #define H2P2_DBG_FPGA_SIZE SZ_4K /* SIZE */ #define H2P2_DBG_FPGA_START 0x04000000 /* PA */