]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/watchdog/max63xx_wdt.c
watchdog: remove use of __devinit
[mirror_ubuntu-bionic-kernel.git] / drivers / watchdog / max63xx_wdt.c
index 7e952217cf6bdbb798c87b9c6af563c365d2e6d8..b572c751ebf56e15a4c4b1fa2a010830f5528850 100644 (file)
@@ -174,7 +174,7 @@ static struct watchdog_device max63xx_wdt_dev = {
        .ops = &max63xx_wdt_ops,
 };
 
-static int __devinit max63xx_wdt_probe(struct platform_device *pdev)
+static int max63xx_wdt_probe(struct platform_device *pdev)
 {
        struct resource *wdt_mem;
        struct max63xx_timeout *table;