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>
This commit is contained in:
Ralf Baechle
2010-02-27 12:53:14 +01:00
parent 2fe0626080
commit e0e53dee69
31 changed files with 0 additions and 31 deletions
-1
View File
@@ -279,4 +279,3 @@ int prom_putchar(char c)
serial_out(UART_TX, c); serial_out(UART_TX, c);
return 1; return 1;
} }
-1
View File
@@ -59,4 +59,3 @@ int gpio_to_irq(unsigned gpio)
return -EINVAL; return -EINVAL;
} }
EXPORT_SYMBOL_GPL(gpio_to_irq); EXPORT_SYMBOL_GPL(gpio_to_irq);
-1
View File
@@ -163,4 +163,3 @@ void __init prom_init(void)
void __init prom_free_prom_memory(void) void __init prom_free_prom_memory(void)
{ {
} }
-1
View File
@@ -121,4 +121,3 @@ void __init plat_mem_setup(void)
_machine_halt = bcm47xx_machine_halt; _machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt; pm_power_off = bcm47xx_machine_halt;
} }
-1
View File
@@ -164,4 +164,3 @@ static int __init wgt634u_init(void)
} }
module_init(wgt634u_init); module_init(wgt634u_init);
@@ -836,4 +836,3 @@ int __init board_register_devices(void)
return 0; return 0;
} }
@@ -115,4 +115,3 @@ int cvmx_sysinfo_minimal_initialize(void *phy_mem_desc_ptr,
return 1; return 1;
} }
-1
View File
@@ -27,4 +27,3 @@ NESTED(genexcept_early, 0, sp)
jr k0 jr k0
rfe rfe
END(genexcept_early) END(genexcept_early)
-1
View File
@@ -4,4 +4,3 @@
* This file is released under the GPLv2 * This file is released under the GPLv2
*/ */
#include <asm-generic/device.h> #include <asm-generic/device.h>
@@ -205,4 +205,3 @@ struct au1xmmc_platform_data {
#endif /* __ASM_AU1100_MMC_H */ #endif /* __ASM_AU1100_MMC_H */
@@ -770,4 +770,3 @@
#define DMIPSPLLCFG_N2_MASK (0x7 << DMIPSPLLCFG_N2_SHIFT) #define DMIPSPLLCFG_N2_MASK (0x7 << DMIPSPLLCFG_N2_SHIFT)
#endif /* BCM63XX_REGS_H_ */ #endif /* BCM63XX_REGS_H_ */
@@ -123,4 +123,3 @@
#define PNX833X_GPIO_15_INT (PNX833X_GPIO_IRQ_BASE + 15) #define PNX833X_GPIO_15_INT (PNX833X_GPIO_IRQ_BASE + 15)
#endif #endif
@@ -251,4 +251,3 @@
* channel 3. */ * channel 3. */
#define irq_mpeg_d (ibase+0) /* MPEG Decoder Interrupt */ #define irq_mpeg_d (ibase+0) /* MPEG Decoder Interrupt */
#endif /* _ASM_MACH_POWERTV_INTERRUPTS_H_ */ #endif /* _ASM_MACH_POWERTV_INTERRUPTS_H_ */
-1
View File
@@ -145,4 +145,3 @@ extern void __init init_msc_irqs(unsigned long icubase, unsigned int base, msc_i
extern void ll_msc_irq(void); extern void ll_msc_irq(void);
#endif /* __ASM_MIPS_BOARDS_MSC01_IC_H */ #endif /* __ASM_MIPS_BOARDS_MSC01_IC_H */
-1
View File
@@ -307,4 +307,3 @@ extern u8 nile4_i8259_iack(void);
extern void nile4_dump_irq_status(void); /* Debug */ extern void nile4_dump_irq_status(void); /* Debug */
#endif #endif
-1
View File
@@ -46,4 +46,3 @@
#endif #endif
#endif /* __ASM_SIBYTE_BIGSUR_H */ #endif /* __ASM_SIBYTE_BIGSUR_H */
@@ -420,4 +420,3 @@
#endif /* 1250 PASS2 || 112x PASS1 */ #endif /* 1250 PASS2 || 112x PASS1 */
#endif #endif
-1
View File
@@ -26,4 +26,3 @@ typedef struct kern_vars_s {
#endif /* !__ASSEMBLY__ */ #endif /* !__ASSEMBLY__ */
#endif /* __ASM_SN_KLKERNVARS_H */ #endif /* __ASM_SN_KLKERNVARS_H */
-1
View File
@@ -11,4 +11,3 @@
#endif /* CONFIG_SPARSEMEM */ #endif /* CONFIG_SPARSEMEM */
#endif /* _MIPS_SPARSEMEM_H */ #endif /* _MIPS_SPARSEMEM_H */
-1
View File
@@ -500,4 +500,3 @@ done_restore:
nop nop
END(octeon_mult_restore) END(octeon_mult_restore)
.set pop .set pop

Some files were not shown because too many files have changed in this diff Show More