Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6b817c03489083a7457cda16b953a214dcef8d64
Commit:     6b817c03489083a7457cda16b953a214dcef8d64
Parent:     4d5ade5b29c618e97a8988efb6967cb4dd0e2183
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue May 1 09:40:23 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon May 7 02:11:57 2007 +0000

    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 <[EMAIL PROTECTED]>
---
 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 8c07219..bb391e0 100644
--- a/include/asm-sh/r7780rp.h
+++ b/include/asm-sh/r7780rp.h
@@ -84,6 +84,7 @@
 #define IRQ_PSW         14              /* Push Switch IRQ */
 
 #elif defined(CONFIG_SH_R7780RP)
+#define PA_POFF                (-1)
 
 #define PA_BCR         0xa5000000      /* FPGA */
 #define        PA_IRLMSK       (PA_BCR+0x0000) /* Interrupt Mask control */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to