diff mbox series

[-next] power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE

Message ID 20210508031459.53589-1-cuibixuan@huawei.com
State Accepted
Commit ed3443fb4df4e140a22f65144546c8a8e1e27f4e
Headers show
Series [-next] power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE | expand

Commit Message

Bixuan Cui May 8, 2021, 3:14 a.m. UTC
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: Bixuan Cui <cuibixuan@huawei.com>
---
 drivers/power/reset/gpio-poweroff.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Sebastian Reichel June 4, 2021, 10:58 a.m. UTC | #1
Hi,

On Sat, May 08, 2021 at 11:14:59AM +0800, Bixuan Cui wrote:
> 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: Bixuan Cui <cuibixuan@huawei.com>

> ---


Thanks, queued.

-- Sebastian

>  drivers/power/reset/gpio-poweroff.c | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/drivers/power/reset/gpio-poweroff.c b/drivers/power/reset/gpio-poweroff.c

> index c5067eb75370..1c5af2fef142 100644

> --- a/drivers/power/reset/gpio-poweroff.c

> +++ b/drivers/power/reset/gpio-poweroff.c

> @@ -90,6 +90,7 @@ static const struct of_device_id of_gpio_poweroff_match[] = {

>  	{ .compatible = "gpio-poweroff", },

>  	{},

>  };

> +MODULE_DEVICE_TABLE(of, of_gpio_poweroff_match);

>  

>  static struct platform_driver gpio_poweroff_driver = {

>  	.probe = gpio_poweroff_probe,

>
diff mbox series

Patch

diff --git a/drivers/power/reset/gpio-poweroff.c b/drivers/power/reset/gpio-poweroff.c
index c5067eb75370..1c5af2fef142 100644
--- a/drivers/power/reset/gpio-poweroff.c
+++ b/drivers/power/reset/gpio-poweroff.c
@@ -90,6 +90,7 @@  static const struct of_device_id of_gpio_poweroff_match[] = {
 	{ .compatible = "gpio-poweroff", },
 	{},
 };
+MODULE_DEVICE_TABLE(of, of_gpio_poweroff_match);
 
 static struct platform_driver gpio_poweroff_driver = {
 	.probe = gpio_poweroff_probe,