From: Tony Lindgren Date: Tue, 9 Sep 2008 20:38:38 +0000 (-0700) Subject: Sync changes for hardware.h from mainline X-Git-Tag: v2.6.27-omap1~233 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=8754ead3be51cccd7d1a4c028d11e290a5ca9b7a;p=linux-2.6-omap-h63xx.git Sync changes for hardware.h from mainline This is to be in sync with Russell's commit 0062f1048bb6c80d66d55034b49b3d733acc4e3a. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h index 7dbb3b68f1c..3486524071b 100644 --- a/arch/arm/plat-omap/include/mach/hardware.h +++ b/arch/arm/plat-omap/include/mach/hardware.h @@ -89,7 +89,7 @@ #define DPLL_CTL (0xfffecf00) /* DSP clock control. Must use __raw_readw() and __raw_writew() with these */ -#define DSP_CONFIG_REG_BASE ((void __iomem *)0xe1008000) +#define DSP_CONFIG_REG_BASE IOMEM(0xe1008000) #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0) #define DSP_IDLECT1 (DSP_CONFIG_REG_BASE + 0x4) #define DSP_IDLECT2 (DSP_CONFIG_REG_BASE + 0x8)