From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Date: Tue, 28 May 2019 11:58:24 +0200 Subject: [U-Boot] [PATCH 3/4] davinci: omapl138-lcdk: remove unneeded includes In-Reply-To: <20190528095825.24835-1-brgl@bgdev.pl> References: <20190528095825.24835-1-brgl@bgdev.pl> Message-ID: <20190528095825.24835-4-brgl@bgdev.pl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Bartosz Golaszewski There's no SPI on da850-lcdk. Remove unnecessary includes. Signed-off-by: Bartosz Golaszewski --- board/davinci/da8xxevm/omapl138_lcdk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c index 2c2f885d43..156d61d9fb 100644 --- a/board/davinci/da8xxevm/omapl138_lcdk.c +++ b/board/davinci/da8xxevm/omapl138_lcdk.c @@ -12,8 +12,6 @@ #include #include #include -#include -#include #include #include #include -- 2.21.0