]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Coding Style cleanup: remove trailing empty lines
authorWolfgang Denk <wd@denx.de>
Sun, 27 Mar 2011 19:48:08 +0000 (21:48 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 27 Mar 2011 19:48:08 +0000 (21:48 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
arch/i386/config.mk
arch/sh/config.mk
board/eNET/eNET_start.S
board/nvidia/common/board.c
board/renesas/sh7757lcr/Makefile
board/renesas/sh7757lcr/spi-boot.c
doc/README.sh7757lcr
drivers/spi/sh_spi.c
drivers/spi/sh_spi.h
drivers/usb/eth/usb_ether.c
drivers/usb/gadget/rndis.c

index 67aac0daa56b6949f09292b80c3735fdf9438bb2..47e0fb4c789bfdeacf9dedb2375328866979d53d 100644 (file)
@@ -40,4 +40,3 @@ PLATFORM_LDFLAGS += --emit-relocs -Bsymbolic -Bsymbolic-functions
 
 LDFLAGS_FINAL += --gc-sections -pie
 LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
-
index 48393b5eca1131273f0c2cbc0a4d7c83f7dce154..cd851f59c49eaaa06e349c0970b33cb4e360f549 100644 (file)
@@ -37,4 +37,3 @@ LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
 else
 LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
 endif
-
index 1b3d289f5e6f7d6e0cdce4356c4b5dc8e9a5ffc6..0dec7ea09bf940b6d246d3a7bc6237fcae249546 100644 (file)
@@ -28,4 +28,3 @@
 early_board_init:
        /* No 32-bit board specific initialisation */
        jmp     early_board_init_ret
-
index b2c412cf5ec6adfcf94610f36ff1a8468f2c921c..369cb2228eee46c24cc623786ca595d324c6362b 100644 (file)
@@ -190,4 +190,3 @@ int board_init(void)
 
        return 0;
 }
-
index e2e46ba087d7d2244f1b1cfac196a4ffa459b255..dd14d7cf82c988f9b225135189332077ab98c2e8 100644 (file)
@@ -40,4 +40,3 @@ include $(SRCTREE)/rules.mk
 sinclude $(obj).depend
 
 #########################################################################
-
index 823844e54b6dc22d127f1c6e65e5538d789e7c1d..71dcf5d4454d79cd85ebac9e48162e88ee2ede32 100644 (file)
@@ -106,4 +106,3 @@ void __uses_spiboot2 spiboot_main(void)
 
        _start();
 }
-
index cae14e055f85abe3da0840d522772221dabb457c..49fea5057b6b56f795fd7b5b078daa7497c0366d 100644 (file)
@@ -61,4 +61,3 @@ You can write MAC address to SPI ROM.
                 ETHERC ch1 = 00:00:87:6c:21:81
                GETHERC ch0 = 00:00:87:6c:21:82
                GETHERC ch1 = 00:00:87:6c:21:83
-
index ba43bec8bf0ff8ecfc75ff406a6eb8f3aaffa644..78c7f1ac816f9cd0cbdb3b9c8f2f3aaa7b65a35d 100644 (file)
@@ -258,4 +258,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
 {
 
 }
-
index b1cf98cc335186029d8cf0148abfcbe5f4e9c365..dd8f937e48950661604caafa56140188cc6b83f7 100644 (file)
@@ -76,4 +76,3 @@ static inline struct sh_spi *to_sh_spi(struct spi_slave *slave)
 }
 
 #endif
-
index 9e3d0066862c8ea0af35b8409dc9b6170d91ce56..68a08836ec949499a2356e345381d3de8faeee52 100644 (file)
@@ -147,4 +147,3 @@ int usb_host_eth_scan(int mode)
                return 0;
        return -1;
 }
-
index 886c0936e6ae74e2b7c2e6d8366039412bf855f9..404a7b96f893114794aabe8f7df4302fbc178605 100644 (file)
@@ -1314,4 +1314,3 @@ void rndis_exit(void)
 {
        /* Nothing to do */
 }
-