X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=drivers%2Fwatchdog%2Fat32ap700x_wdt.c;fp=drivers%2Fwatchdog%2Fat32ap700x_wdt.c;h=ae0fca5e8749e450308f9b14b1a92f061c5cdd44;hp=fb5ed6478f78e66b5b86ad42ee08c6e20864585b;hb=f37d193c7c150c40059c7ce5de34e8b28a9cd4ae;hpb=f4fce61d410b96ae263b001c45f73df1863dad8d diff --git a/drivers/watchdog/at32ap700x_wdt.c b/drivers/watchdog/at32ap700x_wdt.c index fb5ed6478f78..ae0fca5e8749 100644 --- a/drivers/watchdog/at32ap700x_wdt.c +++ b/drivers/watchdog/at32ap700x_wdt.c @@ -418,6 +418,9 @@ static int at32_wdt_resume(struct platform_device *pdev) #define at32_wdt_resume NULL #endif +/* work with hotplug and coldplug */ +MODULE_ALIAS("platform:at32_wdt"); + static struct platform_driver at32_wdt_driver = { .remove = __exit_p(at32_wdt_remove), .suspend = at32_wdt_suspend,