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@xxxxxxxxxx> > Signed-off-by: Bixuan Cui <cuibixuan@xxxxxxxxxx> > --- 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, >
Attachment:
signature.asc
Description: PGP signature