Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wifi: wilc1000: sdio: fix module autoloading

There are no SDIO module aliases included in the driver, therefore,
module autoloading isn't working. Add the proper MODULE_DEVICE_TABLE().

Cc: stable@vger.kernel.org
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221027171221.491937-1-michael@walle.cc

authored by

Michael Walle and committed by
Kalle Valo
57d545b5 8b860466

+1
+1
drivers/net/wireless/microchip/wilc1000/sdio.c
··· 20 20 { SDIO_DEVICE(SDIO_VENDOR_ID_MICROCHIP_WILC, SDIO_DEVICE_ID_MICROCHIP_WILC1000) }, 21 21 { }, 22 22 }; 23 + MODULE_DEVICE_TABLE(sdio, wilc_sdio_ids); 23 24 24 25 #define WILC_SDIO_BLOCK_SIZE 512 25 26