Coding Style cleanup: remove trailing empty lines

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2011-03-27 21:48:08 +02:00
parent c04bf5e9a4
commit 14666418e9
11 changed files with 0 additions and 11 deletions

View File

@ -40,4 +40,3 @@ PLATFORM_LDFLAGS += --emit-relocs -Bsymbolic -Bsymbolic-functions
LDFLAGS_FINAL += --gc-sections -pie
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds

View File

@ -37,4 +37,3 @@ LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
else
LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
endif

View File

@ -28,4 +28,3 @@
early_board_init:
/* No 32-bit board specific initialisation */
jmp early_board_init_ret

View File

@ -190,4 +190,3 @@ int board_init(void)
return 0;
}

View File

@ -40,4 +40,3 @@ include $(SRCTREE)/rules.mk
sinclude $(obj).depend
#########################################################################

View File

@ -106,4 +106,3 @@ void __uses_spiboot2 spiboot_main(void)
_start();
}

View 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

View File

@ -258,4 +258,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
{
}

View File

@ -76,4 +76,3 @@ static inline struct sh_spi *to_sh_spi(struct spi_slave *slave)
}
#endif

View File

@ -147,4 +147,3 @@ int usb_host_eth_scan(int mode)
return 0;
return -1;
}

View File

@ -1314,4 +1314,3 @@ void rndis_exit(void)
{
/* Nothing to do */
}