diff options
Diffstat (limited to 'common/soft_spi.c')
| -rw-r--r-- | common/soft_spi.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/common/soft_spi.c b/common/soft_spi.c index b9a8fa8d5..00a57de8a 100644 --- a/common/soft_spi.c +++ b/common/soft_spi.c @@ -40,7 +40,6 @@  #endif -  /*=====================================================================*/  /*                         Public Functions                            */  /*=====================================================================*/ @@ -132,4 +131,3 @@ int  spi_xfer(spi_chipsel_type chipsel, int bitlen, uchar *dout, uchar *din)  }  #endif	/* CONFIG_SOFT_SPI */ - |