Skip to content

Commit

Permalink
MIPS: Nuke trailing blank lines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ralfbaechle committed Feb 27, 2010
1 parent 2fe0626 commit e0e53de
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion arch/mips/ar7/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,3 @@ int prom_putchar(char c)
serial_out(UART_TX, c);
return 1;
}

1 change: 0 additions & 1 deletion arch/mips/bcm47xx/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ int gpio_to_irq(unsigned gpio)
return -EINVAL;
}
EXPORT_SYMBOL_GPL(gpio_to_irq);

1 change: 0 additions & 1 deletion arch/mips/bcm47xx/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,3 @@ void __init prom_init(void)
void __init prom_free_prom_memory(void)
{
}

1 change: 0 additions & 1 deletion arch/mips/bcm47xx/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,3 @@ void __init plat_mem_setup(void)
_machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt;
}

1 change: 0 additions & 1 deletion arch/mips/bcm47xx/wgt634u.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,3 @@ static int __init wgt634u_init(void)
}

module_init(wgt634u_init);

1 change: 0 additions & 1 deletion arch/mips/bcm63xx/boards/board_bcm963xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,4 +836,3 @@ int __init board_register_devices(void)

return 0;
}

1 change: 0 additions & 1 deletion arch/mips/cavium-octeon/executive/cvmx-sysinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,3 @@ int cvmx_sysinfo_minimal_initialize(void *phy_mem_desc_ptr,

return 1;
}

1 change: 0 additions & 1 deletion arch/mips/dec/prom/locore.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ NESTED(genexcept_early, 0, sp)
jr k0
rfe
END(genexcept_early)

1 change: 0 additions & 1 deletion arch/mips/include/asm/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

1 change: 0 additions & 1 deletion arch/mips/include/asm/mach-au1x00/au1100_mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,3 @@ struct au1xmmc_platform_data {


#endif /* __ASM_AU1100_MMC_H */

1 change: 0 additions & 1 deletion arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -770,4 +770,3 @@
#define DMIPSPLLCFG_N2_MASK (0x7 << DMIPSPLLCFG_N2_SHIFT)

#endif /* BCM63XX_REGS_H_ */

1 change: 0 additions & 1 deletion arch/mips/include/asm/mach-pnx833x/irq-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@
#define PNX833X_GPIO_15_INT (PNX833X_GPIO_IRQ_BASE + 15)

#endif

1 change: 0 additions & 1 deletion arch/mips/include/asm/mach-powertv/interrupts.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,3 @@
* channel 3. */
#define irq_mpeg_d (ibase+0) /* MPEG Decoder Interrupt */
#endif /* _ASM_MACH_POWERTV_INTERRUPTS_H_ */

1 change: 0 additions & 1 deletion arch/mips/include/asm/msc01_ic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

1 change: 0 additions & 1 deletion arch/mips/include/asm/nile4.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,3 @@ extern u8 nile4_i8259_iack(void);
extern void nile4_dump_irq_status(void); /* Debug */

#endif

1 change: 0 additions & 1 deletion arch/mips/include/asm/sibyte/bigsur.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@
#endif

#endif /* __ASM_SIBYTE_BIGSUR_H */

1 change: 0 additions & 1 deletion arch/mips/include/asm/sibyte/sb1250_ldt.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,3 @@
#endif /* 1250 PASS2 || 112x PASS1 */

#endif

1 change: 0 additions & 1 deletion arch/mips/include/asm/sn/klkernvars.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ typedef struct kern_vars_s {
#endif /* !__ASSEMBLY__ */

#endif /* __ASM_SN_KLKERNVARS_H */

1 change: 0 additions & 1 deletion arch/mips/include/asm/sparsemem.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@

#endif /* CONFIG_SPARSEMEM */
#endif /* _MIPS_SPARSEMEM_H */

1 change: 0 additions & 1 deletion arch/mips/kernel/octeon_switch.S
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,3 @@ done_restore:
nop
END(octeon_mult_restore)
.set pop

1 change: 0 additions & 1 deletion arch/mips/lasat/picvue.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ void pvc_move(u8 cmd);

void pvc_clear(void);
void pvc_home(void);

1 change: 0 additions & 1 deletion arch/mips/math-emu/ieee754d.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ ieee754sp ieee754sp_dump(char *m, ieee754sp x)
printk("\n");
return x;
}

1 change: 0 additions & 1 deletion arch/mips/math-emu/ieee754xcpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}

1 change: 0 additions & 1 deletion arch/mips/mm/c-octeon.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,3 @@ asmlinkage void cache_parity_error_octeon_non_recoverable(void)
{
cache_parity_error_octeon(1);
}

1 change: 0 additions & 1 deletion arch/mips/mm/hugetlbpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ follow_huge_pmd(struct mm_struct *mm, unsigned long address,
page += ((address & ~HPAGE_MASK) >> PAGE_SHIFT);
return page;
}

1 change: 0 additions & 1 deletion arch/mips/nxp/pnx833x/common/interrupts.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,3 @@ void __init plat_time_init(void)

mips_hpt_frequency *= 500000;
}

1 change: 0 additions & 1 deletion arch/mips/nxp/pnx833x/common/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ char * __init prom_getcmdline(void)
{
return arcs_cmdline;
}

1 change: 0 additions & 1 deletion arch/mips/pci/pci-bcm47xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ int pcibios_plat_dev_init(struct pci_dev *dev)
dev->irq = res;
return 0;
}

1 change: 0 additions & 1 deletion arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,3 @@ void msp_cic_irq_dispatch(void)
else
do_IRQ(ffs(pending) + intbase - 1);
}

1 change: 0 additions & 1 deletion arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@
const char rts = TIOCM_RTS;
const char dtr = TIOCM_DTR;
int fd;

1 change: 0 additions & 1 deletion arch/mips/sgi-ip27/ip27-klnuma.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ pfn_t node_getfirstfree(cnodeid_t cnode)
return (KDM_TO_PHYS(PAGE_ALIGN(SYMMON_STK_ADDR(nasid, 0))) >>
PAGE_SHIFT);
}

0 comments on commit e0e53de

Please sign in to comment.