diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-04-30 20:40:23 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-06 22:11:57 -0400 |
commit | 6b817c03489083a7457cda16b953a214dcef8d64 (patch) | |
tree | 75d757f2d81e4238c91a6a990eb377f116cc152b /include/asm-sh/r7780rp.h | |
parent | 4d5ade5b29c618e97a8988efb6967cb4dd0e2183 (diff) |
sh: Fix r7780rp build.
With the addition of the R7780MP and R7785RP, the R7780RP build
ended up breaking. Trivial compile fix.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/r7780rp.h')
-rw-r--r-- | include/asm-sh/r7780rp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/r7780rp.h b/include/asm-sh/r7780rp.h index 8c0721965a5e..bb391e0979e6 100644 --- a/include/asm-sh/r7780rp.h +++ b/include/asm-sh/r7780rp.h | |||
@@ -84,6 +84,7 @@ | |||
84 | #define IRQ_PSW 14 /* Push Switch IRQ */ | 84 | #define IRQ_PSW 14 /* Push Switch IRQ */ |
85 | 85 | ||
86 | #elif defined(CONFIG_SH_R7780RP) | 86 | #elif defined(CONFIG_SH_R7780RP) |
87 | #define PA_POFF (-1) | ||
87 | 88 | ||
88 | #define PA_BCR 0xa5000000 /* FPGA */ | 89 | #define PA_BCR 0xa5000000 /* FPGA */ |
89 | #define PA_IRLMSK (PA_BCR+0x0000) /* Interrupt Mask control */ | 90 | #define PA_IRLMSK (PA_BCR+0x0000) /* Interrupt Mask control */ |