kernel/drivers/net/wireless/marvell/mwifiex/sdio.c
.. .. @@ -484,7 +484,8 @@ 484 484 {"EXTLAST", NULL, 0, 0xFE}, 485 485 }; 486 486 487 -static const struct of_device_id mwifiex_sdio_of_match_table[] = {487 +static const struct of_device_id mwifiex_sdio_of_match_table[] __maybe_unused = {488 + { .compatible = "marvell,sd8787" },488 489 { .compatible = "marvell,sd8897" }, 489 490 { .compatible = "marvell,sd8997" }, 490 491 { }