diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-03-12 23:06:04 +0100 | 
| commit | 93910edb595a88d394da3eb2cf5148096155dfe9 (patch) | |
| tree | fc14bd3093f04c730b5c8d79e57707fada0d6159 /drivers/spi/davinci_spi.c | |
| parent | 4e72fb15c9073129e05820cc9c54f54bc4985835 (diff) | |
| download | olio-uboot-2014.01-93910edb595a88d394da3eb2cf5148096155dfe9.tar.xz olio-uboot-2014.01-93910edb595a88d394da3eb2cf5148096155dfe9.zip | |
Prepare v2010.03-rc1v2010.03-rc1
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/spi/davinci_spi.c')
| -rw-r--r-- | drivers/spi/davinci_spi.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/drivers/spi/davinci_spi.c b/drivers/spi/davinci_spi.c index ebc7f8082..60ba007aa 100644 --- a/drivers/spi/davinci_spi.c +++ b/drivers/spi/davinci_spi.c @@ -220,4 +220,3 @@ void spi_cs_deactivate(struct spi_slave *slave)  {  	/* do nothing */  } - |