wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code
authorLi Zetao <lizetao1@huawei.com>
Mon, 21 Aug 2023 14:03:45 +0000 (22:03 +0800)
committerKalle Valo <kvalo@kernel.org>
Fri, 25 Aug 2023 09:59:31 +0000 (12:59 +0300)
commit98fdd77d3df7ba269941f9a262d82a31537cf013
treeb70f0548564678bca51bc0d3874c4b8e9f57db81
parent4843aa3768e2c7f4dc61400c2db03671236d7c98
wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code

Use the module_sdio_driver macro to simplify the code, which is the
same as declaring with module_init() and module_exit().

Signed-off-by: Li Zetao <lizetao1@huawei.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230821140345.3140493-1-lizetao1@huawei.com
drivers/net/wireless/ti/wlcore/sdio.c