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/mti-sead3/sead3-pic32-bus.c | |
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/mti-sead3/sead3-pic32-bus.c')
-rw-r--r-- | arch/mips/mti-sead3/sead3-pic32-bus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/mti-sead3/sead3-pic32-bus.c b/arch/mips/mti-sead3/sead3-pic32-bus.c index 9f0d89bc800e..eb2bf936d102 100644 --- a/arch/mips/mti-sead3/sead3-pic32-bus.c +++ b/arch/mips/mti-sead3/sead3-pic32-bus.c | |||
@@ -17,16 +17,16 @@ | |||
17 | #define PIC32_SYSRD 0x02 | 17 | #define PIC32_SYSRD 0x02 |
18 | #define PIC32_WR 0x10 | 18 | #define PIC32_WR 0x10 |
19 | #define PIC32_SYSWR 0x20 | 19 | #define PIC32_SYSWR 0x20 |
20 | #define PIC32_IRQ_CLR 0x40 | 20 | #define PIC32_IRQ_CLR 0x40 |
21 | #define PIC32_STATUS 0x80 | 21 | #define PIC32_STATUS 0x80 |
22 | 22 | ||
23 | #define DELAY() udelay(100) /* FIXME: needed? */ | 23 | #define DELAY() udelay(100) /* FIXME: needed? */ |
24 | 24 | ||
25 | /* spinlock to ensure atomic access to PIC32 */ | 25 | /* spinlock to ensure atomic access to PIC32 */ |
26 | static DEFINE_SPINLOCK(pic32_bus_lock); | 26 | static DEFINE_SPINLOCK(pic32_bus_lock); |
27 | 27 | ||
28 | /* FIXME: io_remap these */ | 28 | /* FIXME: io_remap these */ |
29 | static void __iomem *bus_xfer = (void __iomem *)0xbf000600; | 29 | static void __iomem *bus_xfer = (void __iomem *)0xbf000600; |
30 | static void __iomem *bus_status = (void __iomem *)0xbf000060; | 30 | static void __iomem *bus_status = (void __iomem *)0xbf000060; |
31 | 31 | ||
32 | static inline unsigned int ioready(void) | 32 | static inline unsigned int ioready(void) |