m68knommu: add missing interrupt line definition for UART 2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, April 3, 2009 - 11:03 am

Gitweb:     http://git.kernel.org/linus/e2545b65de4996ac99973a825060884ef31b9449
Commit:     e2545b65de4996ac99973a825060884ef31b9449
Parent:     66d73f00a617be4feb45885a56fc5e6441b30a92
Author:     Greg Ungerer <gerg@uclinux.org>
AuthorDate: Thu Feb 12 16:02:05 2009 +1000
Committer:  Greg Ungerer <gerg@uclinux.org>
CommitDate: Tue Mar 24 15:17:45 2009 +1000

    m68knommu: add missing interrupt line definition for UART 2
    
    Signed-off-by:  David Wu <david.wu@arcturusnetworks.com>
    Acked-by: Michael Durrant <mdurrant@arcturusnetworks.com>
    Acked-by: Oleksandr Zhadan <oleks@arcturusnetworks.com>
    Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
 arch/m68k/include/asm/m532xsim.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/m68k/include/asm/m532xsim.h b/arch/m68k/include/asm/m532xsim.h
index 1835fd2..ce60345 100644
--- a/arch/m68k/include/asm/m532xsim.h
+++ b/arch/m68k/include/asm/m532xsim.h
@@ -16,6 +16,7 @@
 #define MCFINT_VECBASE      64
 #define MCFINT_UART0        26          /* Interrupt number for UART0 */
 #define MCFINT_UART1        27          /* Interrupt number for UART1 */
+#define MCFINT_UART2        28          /* Interrupt number for UART2 */
 
 #define MCF_WTM_WCR	MCF_REG16(0xFC098000)
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
m68knommu: add missing interrupt line definition for UART 2, Linux Kernel Mailing ..., (Fri Apr 3, 11:03 am)