lkml.org 
[lkml]   [2019]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] watchdog: rn5t618_wdt: fix module aliases
On Fri, Dec 13, 2019 at 10:48:02PM +0100, Andreas Kemnade wrote:
> Platform device aliases were missing so module autoloading
> did not work.
>
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
> drivers/watchdog/rn5t618_wdt.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/watchdog/rn5t618_wdt.c b/drivers/watchdog/rn5t618_wdt.c
> index 234876047431..6e524c8e26a8 100644
> --- a/drivers/watchdog/rn5t618_wdt.c
> +++ b/drivers/watchdog/rn5t618_wdt.c
> @@ -188,6 +188,7 @@ static struct platform_driver rn5t618_wdt_driver = {
>
> module_platform_driver(rn5t618_wdt_driver);
>
> +MODULE_ALIAS("platform:rn5t618-wdt");
> MODULE_AUTHOR("Beniamino Galvani <b.galvani@gmail.com>");
> MODULE_DESCRIPTION("RN5T618 watchdog driver");
> MODULE_LICENSE("GPL v2");
> --
> 2.20.1
>

\
 
 \ /
  Last update: 2019-12-13 23:02    [W:0.026 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site