diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-08 12:43:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-08 12:43:13 +0000 |
commit | 1bcf5d0de611bb8cbacdc6c6c474f3a336406cb1 (patch) | |
tree | 50f3da1e1005758bae5802bcfb4d3290636a4bf8 /target/linux/brcm63xx/files/include/asm-mips | |
parent | bf7f2939c26e7a495d077eb9aa26ebaedf892f7a (diff) | |
download | upstream-1bcf5d0de611bb8cbacdc6c6c474f3a336406cb1.tar.gz upstream-1bcf5d0de611bb8cbacdc6c6c474f3a336406cb1.tar.bz2 upstream-1bcf5d0de611bb8cbacdc6c6c474f3a336406cb1.zip |
fix typo for the bcm6338 spi IRQ, change platform driver name and make the SPI irq be fetchable by platform driver initialization code
SVN-Revision: 14790
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips')
-rw-r--r-- | target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h index 1e1b124d7b..87e1aaf8cf 100644 --- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h +++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h @@ -429,7 +429,7 @@ enum bcm63xx_irq { * 6338 irqs */ #define BCM_6338_TIMER_IRQ (IRQ_INTERNAL_BASE + 0) -#define BCM_6338_SPI_IR (IRQ_INTERNAL_BASE + 1) +#define BCM_6338_SPI_IRQ (IRQ_INTERNAL_BASE + 1) #define BCM_6338_UART0_IRQ (IRQ_INTERNAL_BASE + 2) #define BCM_6338_DG_IRQ (IRQ_INTERNAL_BASE + 4) #define BCM_6338_DSL_IRQ (IRQ_INTERNAL_BASE + 5) |