linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] power/reset: Add missing MODULE_DEVICE_TABLE
@ 2021-04-10  3:50 Bixuan Cui
  2021-04-12 19:59 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Bixuan Cui @ 2021-04-10  3:50 UTC (permalink / raw)
  To: cuibixuan, Sebastian Reichel; +Cc: linux-pm, kernel-janitors

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/restart-poweroff.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/power/reset/restart-poweroff.c b/drivers/power/reset/restart-poweroff.c
index d233daa5835b..04d4228119b2 100644
--- a/drivers/power/reset/restart-poweroff.c
+++ b/drivers/power/reset/restart-poweroff.c
@@ -45,6 +45,7 @@ static const struct of_device_id of_restart_poweroff_match[] = {
 	{ .compatible = "restart-poweroff", },
 	{},
 };
+MODULE_DEVICE_TABLE(of, of_restart_poweroff_match);
 
 static struct platform_driver restart_poweroff_driver = {
 	.probe = restart_poweroff_probe,


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] power/reset: Add missing MODULE_DEVICE_TABLE
  2021-04-10  3:50 [PATCH -next] power/reset: Add missing MODULE_DEVICE_TABLE Bixuan Cui
@ 2021-04-12 19:59 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2021-04-12 19:59 UTC (permalink / raw)
  To: Bixuan Cui; +Cc: linux-pm, kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

Hi,

On Sat, Apr 10, 2021 at 11:50:40AM +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/restart-poweroff.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/power/reset/restart-poweroff.c b/drivers/power/reset/restart-poweroff.c
> index d233daa5835b..04d4228119b2 100644
> --- a/drivers/power/reset/restart-poweroff.c
> +++ b/drivers/power/reset/restart-poweroff.c
> @@ -45,6 +45,7 @@ static const struct of_device_id of_restart_poweroff_match[] = {
>  	{ .compatible = "restart-poweroff", },
>  	{},
>  };
> +MODULE_DEVICE_TABLE(of, of_restart_poweroff_match);
>  
>  static struct platform_driver restart_poweroff_driver = {
>  	.probe = restart_poweroff_probe,
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-12 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-10  3:50 [PATCH -next] power/reset: Add missing MODULE_DEVICE_TABLE Bixuan Cui
2021-04-12 19:59 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).