Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ca2c570b0e38b0c214426b1708ee1b0c3a5067d
Commit:     2ca2c570b0e38b0c214426b1708ee1b0c3a5067d
Parent:     7479b1ce5ea41a828002c60739cff37f47b62913
Author:     Lennert Buytenhek <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 22 14:33:18 2006 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat Dec 30 17:05:06 2006 +0000

    [ARM] 4063/1: ep93xx: fix IRQ_EP93XX_GPIO?MUX numbering
    
    Fix incorrect IRQ numbering in arch-ep93xx/irqs.h (source: Applied
    Data Systems 2.6.17 kernel tree.)
    
    Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-ep93xx/irqs.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/asm-arm/arch-ep93xx/irqs.h 
b/include/asm-arm/arch-ep93xx/irqs.h
index 9a42f5d..ae532e3 100644
--- a/include/asm-arm/arch-ep93xx/irqs.h
+++ b/include/asm-arm/arch-ep93xx/irqs.h
@@ -22,9 +22,9 @@
 #define IRQ_EP93XX_DMAM2P9             16
 #define IRQ_EP93XX_DMAM2M0             17
 #define IRQ_EP93XX_DMAM2M1             18
-#define IRQ_EP93XX_GPIO0MUX            20
-#define IRQ_EP93XX_GPIO1MUX            21
-#define IRQ_EP93XX_GPIO2MUX            22
+#define IRQ_EP93XX_GPIO0MUX            19
+#define IRQ_EP93XX_GPIO1MUX            20
+#define IRQ_EP93XX_GPIO2MUX            21
 #define IRQ_EP93XX_GPIO3MUX            22
 #define IRQ_EP93XX_UART1RX             23
 #define IRQ_EP93XX_UART1TX             24
-
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