]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Wed, 18 Jan 2023 10:42:02 +0000 (11:42 +0100)
commitb8191e131ccbb0dbe23dbaf564df5d66f47ad997
treedf915e91395e95fbe07494360888aa4754a89736
parent9898a5426aef67bb8528922096360a75cce2d4a2
wifi: wilc1000: sdio: fix module autoloading

[ Upstream commit 57d545b5a3d6ce3a8fb6b093f02bfcbb908973f3 ]

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: Sasha Levin <sashal@kernel.org>
drivers/staging/wilc1000/wilc_sdio.c