forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 { }