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/pmc-sierra | |
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/pmc-sierra')
-rw-r--r-- | arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c | 1 | ||||
-rw-r--r-- | arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c b/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c index 5175357d0a25..94c9c2c9fbc1 100644 --- a/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c +++ b/arch/mips/pmc-sierra/msp71xx/msp_irq_cic.c | |||
@@ -131,4 +131,3 @@ void msp_cic_irq_dispatch(void) | |||
131 | else | 131 | else |
132 | do_IRQ(ffs(pending) + intbase - 1); | 132 | do_IRQ(ffs(pending) + intbase - 1); |
133 | } | 133 | } |
134 | |||
diff --git a/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h b/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h index a31288335fba..d6c7ec469fa8 100644 --- a/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h +++ b/arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h | |||
@@ -65,4 +65,3 @@ | |||
65 | const char rts = TIOCM_RTS; | 65 | const char rts = TIOCM_RTS; |
66 | const char dtr = TIOCM_DTR; | 66 | const char dtr = TIOCM_DTR; |
67 | int fd; | 67 | int fd; |
68 | |||