]> git.baikalelectronics.ru Git - kernel.git/commit
cw1200: add missing MODULE_DEVICE_TABLE
authorZou Wei <zou_wei@huawei.com>
Wed, 12 May 2021 03:05:14 +0000 (11:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Jul 2021 06:53:11 +0000 (08:53 +0200)
commit01a89017e294a0082cc982850d8f84804f02e034
tree5c6218a8576477ebd1c7a72a404ba0f529e662bc
parent6cb4c710a2ff0c956fa422dfe4ca8f19144dc053
cw1200: add missing MODULE_DEVICE_TABLE

[ Upstream commit dd778f89225cd258e8f0fed2b7256124982c8bb5 ]

This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1620788714-14300-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/st/cw1200/cw1200_sdio.c