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/bcm63xx | |
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/bcm63xx')
-rw-r--r-- | arch/mips/bcm63xx/boards/board_bcm963xx.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index 73be9b349690..ed1949c29508 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c | |||
@@ -406,9 +406,9 @@ static struct board_info __initdata board_FAST2404 = { | |||
406 | .expected_cpu_id = 0x6348, | 406 | .expected_cpu_id = 0x6348, |
407 | 407 | ||
408 | .has_uart0 = 1, | 408 | .has_uart0 = 1, |
409 | .has_enet0 = 1, | 409 | .has_enet0 = 1, |
410 | .has_enet1 = 1, | 410 | .has_enet1 = 1, |
411 | .has_pci = 1, | 411 | .has_pci = 1, |
412 | 412 | ||
413 | .enet0 = { | 413 | .enet0 = { |
414 | .has_phy = 1, | 414 | .has_phy = 1, |
@@ -591,22 +591,22 @@ static struct board_info __initdata board_96358vw2 = { | |||
591 | }; | 591 | }; |
592 | 592 | ||
593 | static struct board_info __initdata board_AGPFS0 = { | 593 | static struct board_info __initdata board_AGPFS0 = { |
594 | .name = "AGPF-S0", | 594 | .name = "AGPF-S0", |
595 | .expected_cpu_id = 0x6358, | 595 | .expected_cpu_id = 0x6358, |
596 | 596 | ||
597 | .has_uart0 = 1, | 597 | .has_uart0 = 1, |
598 | .has_enet0 = 1, | 598 | .has_enet0 = 1, |
599 | .has_enet1 = 1, | 599 | .has_enet1 = 1, |
600 | .has_pci = 1, | 600 | .has_pci = 1, |
601 | 601 | ||
602 | .enet0 = { | 602 | .enet0 = { |
603 | .has_phy = 1, | 603 | .has_phy = 1, |
604 | .use_internal_phy = 1, | 604 | .use_internal_phy = 1, |
605 | }, | 605 | }, |
606 | 606 | ||
607 | .enet1 = { | 607 | .enet1 = { |
608 | .force_speed_100 = 1, | 608 | .force_speed_100 = 1, |
609 | .force_duplex_full = 1, | 609 | .force_duplex_full = 1, |
610 | }, | 610 | }, |
611 | 611 | ||
612 | .has_ohci0 = 1, | 612 | .has_ohci0 = 1, |
@@ -677,7 +677,7 @@ static struct ssb_sprom bcm63xx_sprom = { | |||
677 | .revision = 0x02, | 677 | .revision = 0x02, |
678 | .board_rev = 0x17, | 678 | .board_rev = 0x17, |
679 | .country_code = 0x0, | 679 | .country_code = 0x0, |
680 | .ant_available_bg = 0x3, | 680 | .ant_available_bg = 0x3, |
681 | .pa0b0 = 0x15ae, | 681 | .pa0b0 = 0x15ae, |
682 | .pa0b1 = 0xfa85, | 682 | .pa0b1 = 0xfa85, |
683 | .pa0b2 = 0xfe8d, | 683 | .pa0b2 = 0xfe8d, |