提交 a25aafaa 编写于 作者: F françois romieu 提交者: David S. Miller

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: NFrancois Romieu <romieu@fr.zoreil.com>
Acked-by: NTom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 df6d0f98
......@@ -1350,7 +1350,7 @@ static void __exit amd_xgbe_phy_exit(void)
module_init(amd_xgbe_phy_init);
module_exit(amd_xgbe_phy_exit);
static struct mdio_device_id amd_xgbe_phy_ids[] = {
static struct mdio_device_id __maybe_unused amd_xgbe_phy_ids[] = {
{ XGBE_PHY_ID, XGBE_PHY_MASK },
{ }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册