We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b86046 commit 57d545bCopy full SHA for 57d545b
drivers/net/wireless/microchip/wilc1000/sdio.c
@@ -20,6 +20,7 @@ static const struct sdio_device_id wilc_sdio_ids[] = {
20
{ SDIO_DEVICE(SDIO_VENDOR_ID_MICROCHIP_WILC, SDIO_DEVICE_ID_MICROCHIP_WILC1000) },
21
{ },
22
};
23
+MODULE_DEVICE_TABLE(sdio, wilc_sdio_ids);
24
25
#define WILC_SDIO_BLOCK_SIZE 512
26
0 commit comments