spi: get rid of the separate calls to spi_set_cs_level()
This commit is contained in:
parent
60d316711f
commit
154c33950a
4 changed files with 0 additions and 30 deletions
|
@ -15,6 +15,5 @@ struct spi_dev {
|
|||
|
||||
struct spi_dev *spi_probe(void);
|
||||
void spi_release(struct spi_dev *dev);
|
||||
int spi_set_cs_level(struct spi_dev *dev, int level);
|
||||
int spi_tx_rx(struct spi_dev *dev, void *rx_buf, size_t rx_len,
|
||||
const void *tx_buf, size_t tx_len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue