OSDN Git Service

misc: microchip: pci1xxxx: use module_auxiliary_driver
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 7 Sep 2022 14:58:08 +0000 (14:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Sep 2022 08:03:13 +0000 (10:03 +0200)
commitc5144241d28cfbca11d75ad334bbacabad0becaf
tree571295dcd7ffd2d8c90af4eaa3a70aa0aaf8e334
parente102ef816f08f4745c4d68ec0560bdd072a568d4
misc: microchip: pci1xxxx: use module_auxiliary_driver

Use the module_auxiliary_driver() macro to make the code simpler
by eliminating module_init and module_exit calls.

Fixes: 7d3e4d807df2 ("misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary device enumerated by the auxiliary bus driver.")
Reviewed-by: Kumaravel Thiagarajan <kumaravel.thiagarajan@microchip.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20220907145808.1789249-5-weiyongjun@huaweicloud.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c