From e922661f00788789f24f43deec3c29b1d0fa69da Mon Sep 17 00:00:00 2001 From: Deepak Saxena Date: Sun, 30 Oct 2005 23:35:58 +0000 Subject: [PATCH] --- yaml --- r: 11936 b: refs/heads/master c: 7012f9084e3ef27028b4f2ab37428662766a743a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 09f786b00bd1..3f8c97815191 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f741a1aab5fd7892927208ca37eb86b9ea85784a +refs/heads/master: 7012f9084e3ef27028b4f2ab37428662766a743a diff --git a/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h b/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h index b768009c3a51..c6d51426e98f 100644 --- a/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h +++ b/trunk/include/asm-arm/arch-ixp2000/ixdp2x01.h @@ -22,7 +22,7 @@ #define IXDP2X01_CPLD_REGION_SIZE 0x00100000 #define IXDP2X01_CPLD_VIRT_REG(reg) (volatile unsigned long*)(IXDP2X01_VIRT_CPLD_BASE | reg) -#define IXDP2X01_CPLD_PHYS_REG(reg) (volatile u32*)(IXDP2X01_PHYS_CPLD_BASE | reg) +#define IXDP2X01_CPLD_PHYS_REG(reg) (IXDP2X01_PHYS_CPLD_BASE | reg) #define IXDP2X01_UART1_VIRT_BASE IXDP2X01_CPLD_VIRT_REG(0x40) #define IXDP2X01_UART1_PHYS_BASE IXDP2X01_CPLD_PHYS_REG(0x40)