commit | a25aafaa5ba8ab267677615f821cb5d0303521e5 | [log] [tgz] |
---|---|---|
author | françois romieu <romieu@fr.zoreil.com> | Sat Jun 07 11:07:48 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 11 00:13:16 2014 -0700 |
tree | 140448558165fe1428145ace55d773efba16b79b | |
parent | df6d0f983a59c333bc2b0cb82b65441b34310cf7 [diff] |
amd-xgbe: fix unused variable compilation warning in phylib driver Fix following compilation warning: [...] CC drivers/net/phy/amd-xgbe-phy.o drivers/net/phy/amd-xgbe-phy.c:1353:30: warning: ‘amd_xgbe_phy_ids’ defined but not used [-Wunused-variable] static struct mdio_device_id amd_xgbe_phy_ids[] = { ^ Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Acked-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>