diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:14 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:14 -0500 |
commit | e0e53dee69e07e9446eb16ceabd55a1116611696 (patch) | |
tree | 0f46618d019bf984e86c84c2bfd31c60869ba56d /arch/mips/bcm47xx | |
parent | 2fe062608086f9b74a80f16272c5a59a3e05722f (diff) |
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: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm47xx')
-rw-r--r-- | arch/mips/bcm47xx/gpio.c | 1 | ||||
-rw-r--r-- | arch/mips/bcm47xx/prom.c | 1 | ||||
-rw-r--r-- | arch/mips/bcm47xx/setup.c | 1 | ||||
-rw-r--r-- | arch/mips/bcm47xx/wgt634u.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/bcm47xx/gpio.c b/arch/mips/bcm47xx/gpio.c index 9b798800258c..e4a5ee9c9721 100644 --- a/arch/mips/bcm47xx/gpio.c +++ b/arch/mips/bcm47xx/gpio.c | |||
@@ -59,4 +59,3 @@ int gpio_to_irq(unsigned gpio) | |||
59 | return -EINVAL; | 59 | return -EINVAL; |
60 | } | 60 | } |
61 | EXPORT_SYMBOL_GPL(gpio_to_irq); | 61 | EXPORT_SYMBOL_GPL(gpio_to_irq); |
62 | |||
diff --git a/arch/mips/bcm47xx/prom.c b/arch/mips/bcm47xx/prom.c index 29d3cbf9555f..0fa646c5a844 100644 --- a/arch/mips/bcm47xx/prom.c +++ b/arch/mips/bcm47xx/prom.c | |||
@@ -163,4 +163,3 @@ void __init prom_init(void) | |||
163 | void __init prom_free_prom_memory(void) | 163 | void __init prom_free_prom_memory(void) |
164 | { | 164 | { |
165 | } | 165 | } |
166 | |||
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c index 2f580fa160c9..d442e11625fa 100644 --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c | |||
@@ -121,4 +121,3 @@ void __init plat_mem_setup(void) | |||
121 | _machine_halt = bcm47xx_machine_halt; | 121 | _machine_halt = bcm47xx_machine_halt; |
122 | pm_power_off = bcm47xx_machine_halt; | 122 | pm_power_off = bcm47xx_machine_halt; |
123 | } | 123 | } |
124 | |||
diff --git a/arch/mips/bcm47xx/wgt634u.c b/arch/mips/bcm47xx/wgt634u.c index ef00e7f58c24..74d06965326f 100644 --- a/arch/mips/bcm47xx/wgt634u.c +++ b/arch/mips/bcm47xx/wgt634u.c | |||
@@ -164,4 +164,3 @@ static int __init wgt634u_init(void) | |||
164 | } | 164 | } |
165 | 165 | ||
166 | module_init(wgt634u_init); | 166 | module_init(wgt634u_init); |
167 | |||