diff options
author | Wolfgang Denk <wd@denx.de> | 2011-03-27 21:48:08 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-03-27 21:48:08 +0200 |
commit | 14666418e9aa3c7480c640cd8e86935b64f05433 (patch) | |
tree | 14024e3584c1a9506ca87c114f6d66b394c02a4f /drivers/spi | |
parent | c04bf5e9a45d7335681352faa125193258f8e976 (diff) | |
download | u-boot-imx-14666418e9aa3c7480c640cd8e86935b64f05433.zip u-boot-imx-14666418e9aa3c7480c640cd8e86935b64f05433.tar.gz u-boot-imx-14666418e9aa3c7480c640cd8e86935b64f05433.tar.bz2 |
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/sh_spi.c | 1 | ||||
-rw-r--r-- | drivers/spi/sh_spi.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/sh_spi.c b/drivers/spi/sh_spi.c index ba43bec..78c7f1a 100644 --- a/drivers/spi/sh_spi.c +++ b/drivers/spi/sh_spi.c @@ -258,4 +258,3 @@ void spi_cs_deactivate(struct spi_slave *slave) { } - diff --git a/drivers/spi/sh_spi.h b/drivers/spi/sh_spi.h index b1cf98c..dd8f937 100644 --- a/drivers/spi/sh_spi.h +++ b/drivers/spi/sh_spi.h @@ -76,4 +76,3 @@ static inline struct sh_spi *to_sh_spi(struct spi_slave *slave) } #endif - |