Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0e53dee authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Nuke trailing blank lines



Recent git versions now warn about those and they've always been a bit of
an annoyance.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 2fe06260
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -279,4 +279,3 @@ int prom_putchar(char c)
	serial_out(UART_TX, c);
	return 1;
}
+0 −1
Original line number Diff line number Diff line
@@ -59,4 +59,3 @@ int gpio_to_irq(unsigned gpio)
		return -EINVAL;
}
EXPORT_SYMBOL_GPL(gpio_to_irq);
+0 −1
Original line number Diff line number Diff line
@@ -163,4 +163,3 @@ void __init prom_init(void)
void __init prom_free_prom_memory(void)
{
}
+0 −1
Original line number Diff line number Diff line
@@ -121,4 +121,3 @@ void __init plat_mem_setup(void)
	_machine_halt = bcm47xx_machine_halt;
	pm_power_off = bcm47xx_machine_halt;
}
+0 −1
Original line number Diff line number Diff line
@@ -164,4 +164,3 @@ static int __init wgt634u_init(void)
}

module_init(wgt634u_init);
Loading