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/sh_spi.h | |
| parent | c04bf5e9a45d7335681352faa125193258f8e976 (diff) | |
| download | olio-uboot-2014.01-14666418e9aa3c7480c640cd8e86935b64f05433.tar.xz olio-uboot-2014.01-14666418e9aa3c7480c640cd8e86935b64f05433.zip | |
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/spi/sh_spi.h')
| -rw-r--r-- | drivers/spi/sh_spi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/sh_spi.h b/drivers/spi/sh_spi.h index b1cf98cc3..dd8f937e4 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 - |