diff options
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/lpd270.h')
| -rw-r--r-- | arch/arm/mach-pxa/include/mach/lpd270.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/include/mach/lpd270.h b/arch/arm/mach-pxa/include/mach/lpd270.h index cd070092b6e..4edc712a2de 100644 --- a/arch/arm/mach-pxa/include/mach/lpd270.h +++ b/arch/arm/mach-pxa/include/mach/lpd270.h @@ -13,13 +13,13 @@  #define __ASM_ARCH_LPD270_H  #define LPD270_CPLD_PHYS	PXA_CS2_PHYS -#define LPD270_CPLD_VIRT	0xf0000000 +#define LPD270_CPLD_VIRT	IOMEM(0xf0000000)  #define LPD270_CPLD_SIZE	0x00100000  #define LPD270_ETH_PHYS		(PXA_CS2_PHYS + 0x01000000)  /* CPLD registers  */ -#define LPD270_CPLD_REG(x)	((unsigned long)(LPD270_CPLD_VIRT + (x))) +#define LPD270_CPLD_REG(x)	(LPD270_CPLD_VIRT + (x))  #define LPD270_CONTROL		LPD270_CPLD_REG(0x00)  #define LPD270_PERIPHERAL0	LPD270_CPLD_REG(0x04)  #define LPD270_PERIPHERAL1	LPD270_CPLD_REG(0x08)  | 
