diff options
Diffstat (limited to 'include/asm-mips')
| -rw-r--r-- | include/asm-mips/mach-rc32434/rb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-mips/mach-rc32434/rb.h b/include/asm-mips/mach-rc32434/rb.h index e0a76e3ffea8..62ac73c999c4 100644 --- a/include/asm-mips/mach-rc32434/rb.h +++ b/include/asm-mips/mach-rc32434/rb.h | |||
| @@ -17,7 +17,8 @@ | |||
| 17 | 17 | ||
| 18 | #include <linux/genhd.h> | 18 | #include <linux/genhd.h> |
| 19 | 19 | ||
| 20 | #define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(0x18000000)) | 20 | #define REGBASE 0x18000000 |
| 21 | #define IDT434_REG_BASE ((volatile void *) KSEG1ADDR(REGBASE)) | ||
| 21 | #define DEV0BASE 0x010000 | 22 | #define DEV0BASE 0x010000 |
| 22 | #define DEV0MASK 0x010004 | 23 | #define DEV0MASK 0x010004 |
| 23 | #define DEV0C 0x010008 | 24 | #define DEV0C 0x010008 |
