wifi: wilc1000: sdio: fix module autoloading
authorMichael Walle <michael@walle.cc>
Thu, 27 Oct 2022 17:12:21 +0000 (19:12 +0200)
committerKalle Valo <kvalo@kernel.org>
Tue, 1 Nov 2022 11:07:34 +0000 (13:07 +0200)
commit57d545b5a3d6ce3a8fb6b093f02bfcbb908973f3
treef7aa57a647fdde30ef1187d0a1116b9e5f25baa7
parent8b860466b137d77cb95907cacb1c9443712e6f6b
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
drivers/net/wireless/microchip/wilc1000/sdio.c