]> git.proxmox.com Git - mirror_ubuntu-focal-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)
commit643d813a0efd7e6fd78b49f69643af66731e05c8
treeb3e27a9598bdd703f7b90afb97a1ff450dc1f1af
parent1d9482092d248272d8279450717b426b2a4fea0f
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