net/phy: fix many "defined but unused" warnings
[deliverable/linux.git] / drivers / net / phy / bcm63xx.c
index c1281567983739bdd3a5bbecd0f7c1fbf03e6ba0..e16f98cb4f04733c962aa9219d407c3066a4ef64 100644 (file)
@@ -131,7 +131,7 @@ static void __exit bcm63xx_phy_exit(void)
 module_init(bcm63xx_phy_init);
 module_exit(bcm63xx_phy_exit);
 
-static struct mdio_device_id bcm63xx_tbl[] = {
+static struct mdio_device_id __maybe_unused bcm63xx_tbl[] = {
        { 0x00406000, 0xfffffc00 },
        { 0x002bdc00, 0xfffffc00 },
        { }
This page took 0.201794 seconds and 5 git commands to generate.