hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/wireless/marvell/mwifiex/sdio.c
....@@ -484,7 +484,8 @@
484484 {"EXTLAST", NULL, 0, 0xFE},
485485 };
486486
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" },
488489 { .compatible = "marvell,sd8897" },
489490 { .compatible = "marvell,sd8997" },
490491 { }