diff --git a/[refs] b/[refs] index 96acdf5a5c47..f1cae5628a37 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb646e2b02b27a33a1d1eabd016749606254071c +refs/heads/master: 86ff9baadf16c8a1b452d72f5585be63457d9b15 diff --git a/trunk/drivers/net/phy/dp83640.c b/trunk/drivers/net/phy/dp83640.c index d463b8a4afa1..b0c9522bb535 100644 --- a/trunk/drivers/net/phy/dp83640.c +++ b/trunk/drivers/net/phy/dp83640.c @@ -1092,7 +1092,7 @@ MODULE_LICENSE("GPL"); module_init(dp83640_init); module_exit(dp83640_exit); -static struct mdio_device_id dp83640_tbl[] = { +static struct mdio_device_id __maybe_unused dp83640_tbl[] = { { DP83640_PHY_ID, 0xfffffff0 }, { } };