From 8754ead3be51cccd7d1a4c028d11e290a5ca9b7a Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Tue, 9 Sep 2008 13:38:38 -0700 Subject: [PATCH] Sync changes for hardware.h from mainline This is to be in sync with Russell's commit 0062f1048bb6c80d66d55034b49b3d733acc4e3a. Signed-off-by: Tony Lindgren --- arch/arm/plat-omap/include/mach/hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.41.0