diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 06:59:30 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 04:00:22 -0500 |
commit | 7034228792cc561e79ff8600f02884bd4c80e287 (patch) | |
tree | 89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/include/asm/mach-rc32434/irq.h | |
parent | 405ab01c70e18058d9c01a1256769a61fc65413e (diff) |
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-rc32434/irq.h')
-rw-r--r-- | arch/mips/include/asm/mach-rc32434/irq.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/include/asm/mach-rc32434/irq.h b/arch/mips/include/asm/mach-rc32434/irq.h index 023a5b100ed0..b76dec95c04e 100644 --- a/arch/mips/include/asm/mach-rc32434/irq.h +++ b/arch/mips/include/asm/mach-rc32434/irq.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef __ASM_RC32434_IRQ_H | 1 | #ifndef __ASM_RC32434_IRQ_H |
2 | #define __ASM_RC32434_IRQ_H | 2 | #define __ASM_RC32434_IRQ_H |
3 | 3 | ||
4 | #define NR_IRQS 256 | 4 | #define NR_IRQS 256 |
5 | 5 | ||
6 | #include <asm/mach-generic/irq.h> | 6 | #include <asm/mach-generic/irq.h> |
7 | #include <asm/mach-rc32434/rb.h> | 7 | #include <asm/mach-rc32434/rb.h> |
@@ -25,12 +25,12 @@ | |||
25 | 25 | ||
26 | #define UART0_IRQ (GROUP3_IRQ_BASE + 0) | 26 | #define UART0_IRQ (GROUP3_IRQ_BASE + 0) |
27 | 27 | ||
28 | #define ETH0_DMA_RX_IRQ (GROUP1_IRQ_BASE + 0) | 28 | #define ETH0_DMA_RX_IRQ (GROUP1_IRQ_BASE + 0) |
29 | #define ETH0_DMA_TX_IRQ (GROUP1_IRQ_BASE + 1) | 29 | #define ETH0_DMA_TX_IRQ (GROUP1_IRQ_BASE + 1) |
30 | #define ETH0_RX_OVR_IRQ (GROUP3_IRQ_BASE + 9) | 30 | #define ETH0_RX_OVR_IRQ (GROUP3_IRQ_BASE + 9) |
31 | #define ETH0_TX_UND_IRQ (GROUP3_IRQ_BASE + 10) | 31 | #define ETH0_TX_UND_IRQ (GROUP3_IRQ_BASE + 10) |
32 | 32 | ||
33 | #define GPIO_MAPPED_IRQ_BASE GROUP4_IRQ_BASE | 33 | #define GPIO_MAPPED_IRQ_BASE GROUP4_IRQ_BASE |
34 | #define GPIO_MAPPED_IRQ_GROUP 4 | 34 | #define GPIO_MAPPED_IRQ_GROUP 4 |
35 | 35 | ||
36 | #endif /* __ASM_RC32434_IRQ_H */ | 36 | #endif /* __ASM_RC32434_IRQ_H */ |