mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 02:08:00 +00:00
spi: Remove unused spi_init
Remove spi_init definition which never used on respective code since from many years. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
3ae6030cf9
commit
e2cae51472
13 changed files with 0 additions and 68 deletions
|
@ -117,13 +117,6 @@ struct spi_slave {
|
|||
#define SPI_XFER_MMAP_END BIT(3) /* Memory Mapped End */
|
||||
};
|
||||
|
||||
/**
|
||||
* Initialization, must be called once on start up.
|
||||
*
|
||||
* TODO: I don't think we really need this.
|
||||
*/
|
||||
void spi_init(void);
|
||||
|
||||
/**
|
||||
* spi_do_alloc_slave - Allocate a new SPI slave (internal)
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue