Messages in this thread Patch in this message |  | | | From | Daniel Glöckner <> | | Subject | [patch 2/4] xtensa: define irq number for I2S on s6105 | | Date | Thu, 26 Mar 2009 14:33:46 +0100 |
| |
Signed-off-by: Daniel Glöckner <dg@emlix.com> --- arch/xtensa/platforms/s6105/include/platform/irq.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/xtensa/platforms/s6105/include/platform/irq.h b/arch/xtensa/platforms/s6105/include/platform/irq.h index 3d5d4d2..84c972f 100644 --- a/arch/xtensa/platforms/s6105/include/platform/irq.h +++ b/arch/xtensa/platforms/s6105/include/platform/irq.h @@ -6,6 +6,7 @@ #define GMAC_INTNUM 5 #define I2C_INTNUM 6 #define ISEF_INTNUM 8 +#define I2S_INTNUM 10 #define SPI_INTNUM 11 #endif -- 1.6.2.107.ge47ee -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |