mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
spi: Remove used spi_init
spi_init used in some areas in tree, but the respective drivers will remove in future patches. So remove the same instances. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
#include <os.h>
|
||||
#include <post.h>
|
||||
#include <relocate.h>
|
||||
#include <spi.h>
|
||||
#include <status_led.h>
|
||||
#include <sysreset.h>
|
||||
#include <timer.h>
|
||||
@ -262,7 +261,6 @@ __weak int init_func_vid(void)
|
||||
static int init_func_spi(void)
|
||||
{
|
||||
puts("SPI: ");
|
||||
spi_init();
|
||||
puts("ready\n");
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user