Skip to content

Commit

Permalink
MIPS: BCM63xx: remove duplicated new lines
Browse files Browse the repository at this point in the history
There are 3 duplicated new lines, let's remove them.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
Noltari authored and tsbogend committed Aug 17, 2020
1 parent 58c9e24 commit 7e914be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/mips/bcm63xx/boards/board_bcm963xx.c
Expand Up @@ -32,7 +32,6 @@

#include <uapi/linux/bcm933xx_hcs.h>


#define HCS_OFFSET_128K 0x20000

static struct board_info board;
Expand Down Expand Up @@ -337,7 +336,6 @@ static struct board_info __initdata board_96348gw_11 = {
.force_duplex_full = 1,
},


.has_ohci0 = 1,
.has_pccard = 1,
.has_ehci0 = 1,
Expand Down Expand Up @@ -580,7 +578,6 @@ static struct board_info __initdata board_96358vw2 = {
.force_duplex_full = 1,
},


.has_ohci0 = 1,
.has_pccard = 1,
.has_ehci0 = 1,
Expand Down

0 comments on commit 7e914be

Please sign in to comment.