diff mbox series

[U-Boot,v2,12/14] davinci: omapl138-lcdk: remove unneeded includes

Message ID 20190724081220.12022-13-brgl@bgdev.pl
State Accepted
Delegated to: Joe Hershberger
Headers show
Series ARM: davinci: driver-model improvements | expand

Commit Message

Bartosz Golaszewski July 24, 2019, 8:12 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

There's no SPI on da850-lcdk. Remove unnecessary includes.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 board/davinci/da8xxevm/omapl138_lcdk.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c
index dd11551428..7f8c28b953 100644
--- a/board/davinci/da8xxevm/omapl138_lcdk.c
+++ b/board/davinci/da8xxevm/omapl138_lcdk.c
@@ -11,8 +11,6 @@ 
 #include <common.h>
 #include <i2c.h>
 #include <net.h>
-#include <spi.h>
-#include <spi_flash.h>
 #include <asm/arch/hardware.h>
 #include <asm/ti-common/davinci_nand.h>
 #include <asm/io.h>