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/powertv/asic/asic-calliope.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/powertv/asic/asic-calliope.c')
-rw-r--r-- | arch/mips/powertv/asic/asic-calliope.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/mips/powertv/asic/asic-calliope.c b/arch/mips/powertv/asic/asic-calliope.c index 7773f3d956b0..2f539b43f56b 100644 --- a/arch/mips/powertv/asic/asic-calliope.c +++ b/arch/mips/powertv/asic/asic-calliope.c | |||
@@ -17,10 +17,10 @@ | |||
17 | * along with this program; if not, write to the Free Software | 17 | * along with this program; if not, write to the Free Software |
18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | 18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
19 | * | 19 | * |
20 | * Author: Ken Eppinett | 20 | * Author: Ken Eppinett |
21 | * David Schleef <ds@schleef.org> | 21 | * David Schleef <ds@schleef.org> |
22 | * | 22 | * |
23 | * Description: Defines the platform resources for the SA settop. | 23 | * Description: Defines the platform resources for the SA settop. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <linux/init.h> | 26 | #include <linux/init.h> |
@@ -90,12 +90,12 @@ const struct register_map calliope_register_map __initconst = { | |||
90 | .usb2_stbus_mess_size = {.phys = CALLIOPE_ADDR(0x9BFF04)}, | 90 | .usb2_stbus_mess_size = {.phys = CALLIOPE_ADDR(0x9BFF04)}, |
91 | .usb2_stbus_chunk_size = {.phys = CALLIOPE_ADDR(0x9BFF08)}, | 91 | .usb2_stbus_chunk_size = {.phys = CALLIOPE_ADDR(0x9BFF08)}, |
92 | 92 | ||
93 | .pcie_regs = {.phys = 0x000000}, /* -doesn't exist- */ | 93 | .pcie_regs = {.phys = 0x000000}, /* -doesn't exist- */ |
94 | .tim_ch = {.phys = CALLIOPE_ADDR(0xA02C10)}, | 94 | .tim_ch = {.phys = CALLIOPE_ADDR(0xA02C10)}, |
95 | .tim_cl = {.phys = CALLIOPE_ADDR(0xA02C14)}, | 95 | .tim_cl = {.phys = CALLIOPE_ADDR(0xA02C14)}, |
96 | .gpio_dout = {.phys = CALLIOPE_ADDR(0xA02c20)}, | 96 | .gpio_dout = {.phys = CALLIOPE_ADDR(0xA02c20)}, |
97 | .gpio_din = {.phys = CALLIOPE_ADDR(0xA02c24)}, | 97 | .gpio_din = {.phys = CALLIOPE_ADDR(0xA02c24)}, |
98 | .gpio_dir = {.phys = CALLIOPE_ADDR(0xA02c2C)}, | 98 | .gpio_dir = {.phys = CALLIOPE_ADDR(0xA02c2C)}, |
99 | .watchdog = {.phys = CALLIOPE_ADDR(0xA02c30)}, | 99 | .watchdog = {.phys = CALLIOPE_ADDR(0xA02c30)}, |
100 | .front_panel = {.phys = 0x000000}, /* -not used- */ | 100 | .front_panel = {.phys = 0x000000}, /* -not used- */ |
101 | }; | 101 | }; |