diff mbox series

[U-Boot] davinci: omapl138-lcdk: Remove empty compiler directives

Message ID 20190814131109.5962-1-aford173@gmail.com
State Accepted
Commit e9e2216ef555a53224d40e36c5bfff13aaca635e
Delegated to: Tom Rini
Headers show
Series [U-Boot] davinci: omapl138-lcdk: Remove empty compiler directives | expand

Commit Message

Adam Ford Aug. 14, 2019, 1:11 p.m. UTC
There is an #ifdef with nothing inside it any longer.  This patch
removes this empty #ifdef

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini Aug. 21, 2019, 12:43 p.m. UTC | #1
On Wed, Aug 14, 2019 at 08:11:09AM -0500, Adam Ford wrote:

> There is an #ifdef with nothing inside it any longer.  This patch
> removes this empty #ifdef
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c
> index 08881f039d..27a51d6a78 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c
index 08881f039d..27a51d6a78 100644
--- a/board/davinci/da8xxevm/omapl138_lcdk.c
+++ b/board/davinci/da8xxevm/omapl138_lcdk.c
@@ -227,10 +227,6 @@  int board_init(void)
 	return 0;
 }
 
-#ifdef CONFIG_DRIVER_TI_EMAC
-
-#endif /* CONFIG_DRIVER_TI_EMAC */
-
 #define CFG_MAC_ADDR_SPI_BUS	0
 #define CFG_MAC_ADDR_SPI_CS	0
 #define CFG_MAC_ADDR_SPI_MAX_HZ	CONFIG_SF_DEFAULT_SPEED