forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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 { }