Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e745106ce34553171a5d8d2450be07c0cffe39d5
Commit:     e745106ce34553171a5d8d2450be07c0cffe39d5
Parent:     db0fa2064585a099e0c652983bd38d71ee7830f3
Author:     Sonic Zhang <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 12 15:20:25 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Thu Jul 12 15:20:25 2007 +0800

    Blackfin arch: set up gpio interrupt IRQ_PJ9 for BF54x ATAPI PATA driver
    
    Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 include/asm-blackfin/mach-bf548/irq.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/include/asm-blackfin/mach-bf548/irq.h 
b/include/asm-blackfin/mach-bf548/irq.h
index 58c87f0..0b3325b 100644
--- a/include/asm-blackfin/mach-bf548/irq.h
+++ b/include/asm-blackfin/mach-bf548/irq.h
@@ -318,7 +318,6 @@ Events         (highest priority)  EMU         0
 #define IRQ_PI14       BFIN_PI_IRQ(14)
 #define IRQ_PI15       BFIN_PI_IRQ(15)
 
-#if 0
 #define BFIN_PJ_IRQ(x) ((x) + IRQ_PI15 + 1)
 #define IRQ_PJ0                BFIN_PJ_IRQ(0)
 #define IRQ_PJ1                BFIN_PJ_IRQ(1)
@@ -336,10 +335,9 @@ Events         (highest priority)  EMU         0
 #define IRQ_PJ13       BFIN_PJ_IRQ(13)
 #define IRQ_PJ14       BFIN_PJ_IRQ(14)         /* N/A */
 #define IRQ_PJ15       BFIN_PJ_IRQ(15)         /* N/A */
-#endif
 
 #ifdef CONFIG_IRQCHIP_DEMUX_GPIO
-#define NR_IRQS     (IRQ_PI15+1)
+#define NR_IRQS     (IRQ_PJ15+1)
 #else
 #define NR_IRQS     (SYS_IRQS+1)
 #endif
-
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