Re: [PATCH] net: ethernet: lpc_eth: remove CONFIG_OF guard from the driver

2018-10-19 Thread David Miller
From: Vladimir Zapolskiy Date: Fri, 19 Oct 2018 01:58:41 +0300 > The MAC controller device is available on NXP LPC32xx platform only, > and the LPC32xx platform supports OF builds only, so additional > checks in the device driver are not needed. > > Signed-off-by: Vladimir Zapolskiy Applied.

[PATCH] net: ethernet: lpc_eth: remove CONFIG_OF guard from the driver

2018-10-18 Thread Vladimir Zapolskiy
The MAC controller device is available on NXP LPC32xx platform only, and the LPC32xx platform supports OF builds only, so additional checks in the device driver are not needed. Signed-off-by: Vladimir Zapolskiy --- drivers/net/ethernet/nxp/lpc_eth.c | 4 +--- 1 file changed, 1 insertion(+), 3 de