diff options
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 ba43bec8b..78c7f1ac8 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 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 - |