]> 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)
commitdf1d4b42d0d613a2269b278f274c39bc6014c5a5
treeb3e27a9598bdd703f7b90afb97a1ff450dc1f1af
parentb6911f348f7a706eabb1d3392bb2bed357a59979
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