wifi: wilc1000: sdio: fix module autoloading
authorMichael Walle <michael@walle.cc>
Thu, 27 Oct 2022 17:12:21 +0000 (19:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2023 10:58:57 +0000 (11:58 +0100)
commit2d0d083d8ae6d3ed6d44358e3f2f60d93e40ed28
treef28199f21af78b56cccccf0a1348821138ee88d9
parent2e4a088804c1268d2614c5c9b1eb5019129b8636
wifi: wilc1000: sdio: fix module autoloading

commit 57d545b5a3d6ce3a8fb6b093f02bfcbb908973f3 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/microchip/wilc1000/sdio.c