From 514a139f65e8b834e3949f077c796d1ea0a4a163 Mon Sep 17 00:00:00 2001 From: Darko Budor Date: Tue, 15 Nov 2022 14:53:24 +0100 Subject: [PATCH] register SDIO modalias --- mxm_wifiex/wlan_src/mlinux/moal_sdio_mmc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mxm_wifiex/wlan_src/mlinux/moal_sdio_mmc.c b/mxm_wifiex/wlan_src/mlinux/moal_sdio_mmc.c index f3d2ce0..2623c67 100644 --- a/mxm_wifiex/wlan_src/mlinux/moal_sdio_mmc.c +++ b/mxm_wifiex/wlan_src/mlinux/moal_sdio_mmc.c @@ -2512,3 +2512,5 @@ static moal_if_ops sdiommc_ops = { .reg_dbg = woal_sdiommc_reg_dbg, .is_second_mac = woal_sdiommc_is_second_mac, }; + +MODULE_DEVICE_TABLE(sdio, wlan_ids);