Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=427c727fd0637555a4bb6828c07bf36b9506ddde
Commit:     427c727fd0637555a4bb6828c07bf36b9506ddde
Parent:     03bbc0e6ba23700aea7fec801ac7e6c5a80f78f9
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 15 16:58:19 2008 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:19:03 2008 +0900

    sh: r7785rp: Fix up DECLARE_INTC_DESC() arg mismatch.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/boards/renesas/r7780rp/irq-r7785rp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c 
b/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c
index af5ec74..bf7ec10 100644
--- a/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c
+++ b/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c
@@ -62,7 +62,7 @@ static unsigned char irl2irq[HL_NR_IRL] __initdata = {
 };
 
 static DECLARE_INTC_DESC(intc_desc, "r7785rp", vectors,
-                        NULL, NULL, mask_registers, NULL, NULL);
+                        NULL, mask_registers, NULL, NULL);
 
 unsigned char * __init highlander_init_irq_r7785rp(void)
 {
-
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