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:
parent
2fe0626080
commit
e0e53dee69
|
@ -279,4 +279,3 @@ int prom_putchar(char c)
|
|||
serial_out(UART_TX, c);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -59,4 +59,3 @@ int gpio_to_irq(unsigned gpio)
|
|||
return -EINVAL;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(gpio_to_irq);
|
||||
|
||||
|
|
|
@ -163,4 +163,3 @@ void __init prom_init(void)
|
|||
void __init prom_free_prom_memory(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -121,4 +121,3 @@ void __init plat_mem_setup(void)
|
|||
_machine_halt = bcm47xx_machine_halt;
|
||||
pm_power_off = bcm47xx_machine_halt;
|
||||
}
|
||||
|
||||
|
|
|
@ -164,4 +164,3 @@ static int __init wgt634u_init(void)
|
|||
}
|
||||
|
||||
module_init(wgt634u_init);
|
||||
|
||||
|
|
|
@ -836,4 +836,3 @@ int __init board_register_devices(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -115,4 +115,3 @@ int cvmx_sysinfo_minimal_initialize(void *phy_mem_desc_ptr,
|
|||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@ NESTED(genexcept_early, 0, sp)
|
|||
jr k0
|
||||
rfe
|
||||
END(genexcept_early)
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
* This file is released under the GPLv2
|
||||
*/
|
||||
#include <asm-generic/device.h>
|
||||
|
||||
|
|
|
@ -205,4 +205,3 @@ struct au1xmmc_platform_data {
|
|||
|
||||
|
||||
#endif /* __ASM_AU1100_MMC_H */
|
||||
|
||||
|
|
|
@ -770,4 +770,3 @@
|
|||
#define DMIPSPLLCFG_N2_MASK (0x7 << DMIPSPLLCFG_N2_SHIFT)
|
||||
|
||||
#endif /* BCM63XX_REGS_H_ */
|
||||
|
||||
|
|
|
@ -123,4 +123,3 @@
|
|||
#define PNX833X_GPIO_15_INT (PNX833X_GPIO_IRQ_BASE + 15)
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -251,4 +251,3 @@
|
|||
* channel 3. */
|
||||
#define irq_mpeg_d (ibase+0) /* MPEG Decoder Interrupt */
|
||||
#endif /* _ASM_MACH_POWERTV_INTERRUPTS_H_ */
|
||||
|
||||
|
|
|
@ -145,4 +145,3 @@ extern void __init init_msc_irqs(unsigned long icubase, unsigned int base, msc_i
|
|||
extern void ll_msc_irq(void);
|
||||
|
||||
#endif /* __ASM_MIPS_BOARDS_MSC01_IC_H */
|
||||
|
||||
|
|
|
@ -307,4 +307,3 @@ extern u8 nile4_i8259_iack(void);
|
|||
extern void nile4_dump_irq_status(void); /* Debug */
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -46,4 +46,3 @@
|
|||
#endif
|
||||
|
||||
#endif /* __ASM_SIBYTE_BIGSUR_H */
|
||||
|
||||
|
|
|
@ -420,4 +420,3 @@
|
|||
#endif /* 1250 PASS2 || 112x PASS1 */
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@ typedef struct kern_vars_s {
|
|||
#endif /* !__ASSEMBLY__ */
|
||||
|
||||
#endif /* __ASM_SN_KLKERNVARS_H */
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@
|
|||
|
||||
#endif /* CONFIG_SPARSEMEM */
|
||||
#endif /* _MIPS_SPARSEMEM_H */
|
||||
|
||||
|
|
|
@ -500,4 +500,3 @@ done_restore:
|
|||
nop
|
||||
END(octeon_mult_restore)
|
||||
.set pop
|
||||
|
||||
|
|
|
@ -42,4 +42,3 @@ void pvc_move(u8 cmd);
|
|||
|
||||
void pvc_clear(void);
|
||||
void pvc_home(void);
|
||||
|
||||
|
|
|
@ -135,4 +135,3 @@ ieee754sp ieee754sp_dump(char *m, ieee754sp x)
|
|||
printk("\n");
|
||||
return x;
|
||||
}
|
||||
|
||||
|
|
|
@ -46,4 +46,3 @@ void ieee754_xcpt(struct ieee754xctx *xcp)
|
|||
printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n",
|
||||
xcp->op, rtnames[xcp->rt]);
|
||||
}
|
||||
|
||||
|
|
|
@ -305,4 +305,3 @@ asmlinkage void cache_parity_error_octeon_non_recoverable(void)
|
|||
{
|
||||
cache_parity_error_octeon(1);
|
||||
}
|
||||
|
||||
|
|
|
@ -97,4 +97,3 @@ follow_huge_pmd(struct mm_struct *mm, unsigned long address,
|
|||
page += ((address & ~HPAGE_MASK) >> PAGE_SHIFT);
|
||||
return page;
|
||||
}
|
||||
|
||||
|
|
|
@ -377,4 +377,3 @@ void __init plat_time_init(void)
|
|||
|
||||
mips_hpt_frequency *= 500000;
|
||||
}
|
||||
|
||||
|
|
|
@ -67,4 +67,3 @@ char * __init prom_getcmdline(void)
|
|||
{
|
||||
return arcs_cmdline;
|
||||
}
|
||||
|
||||
|
|
|
@ -57,4 +57,3 @@ int pcibios_plat_dev_init(struct pci_dev *dev)
|
|||
dev->irq = res;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -131,4 +131,3 @@ void msp_cic_irq_dispatch(void)
|
|||
else
|
||||
do_IRQ(ffs(pending) + intbase - 1);
|
||||
}
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@
|
|||
const char rts = TIOCM_RTS;
|
||||
const char dtr = TIOCM_DTR;
|
||||
int fd;
|
||||
|
||||
|
|
|
@ -133,4 +133,3 @@ pfn_t node_getfirstfree(cnodeid_t cnode)
|
|||
return (KDM_TO_PHYS(PAGE_ALIGN(SYMMON_STK_ADDR(nasid, 0))) >>
|
||||
PAGE_SHIFT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue