]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: lpc_eth: remove CONFIG_OF guard from the driver
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 18 Oct 2018 22:58:41 +0000 (01:58 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Oct 2018 00:04:38 +0000 (17:04 -0700)
commitc6dbe6f7b42d509a96e0010016c01616719c2b7e
treeb3e27a9598bdd703f7b90afb97a1ff450dc1f1af
parente8a86cc3202d3d1d613bf8655949fa7b76e2f51c
net: ethernet: lpc_eth: remove CONFIG_OF guard from the driver

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 <vz@mleia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nxp/lpc_eth.c