diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2018-10-19 02:06:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-19 17:04:38 -0700 |
commit | 081a1b123c4dfea09562bf5f66f7c2ae20b554a3 (patch) | |
tree | 937263aa0721f7e554d39a70efecb60ee872332b /arch/arm/mach-omap2/prm.h | |
parent | 643d813a0efd7e6fd78b49f69643af66731e05c8 (diff) |
net: ethernet: lpc_eth: remove unused local variable
A trivial change which removes an unused local variable, the issue
is reported as a compile time warning:
drivers/net/ethernet/nxp/lpc_eth.c: In function 'lpc_eth_drv_probe':
drivers/net/ethernet/nxp/lpc_eth.c:1250:21: warning: variable 'phydev' set but not used [-Wunused-but-set-variable]
struct phy_device *phydev;
^~~~~~
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/mach-omap2/prm.h')
0 files changed, 0 insertions, 0 deletions