]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/watchdog/ath79_wdt.c
watchdog: remove use of __devinit
[mirror_ubuntu-bionic-kernel.git] / drivers / watchdog / ath79_wdt.c
index 367ef5ed19b7cbb9cfc89222018617ac1f943c60..5c0967d430219588cf547582ef006f7643096c7a 100644 (file)
@@ -224,7 +224,7 @@ static struct miscdevice ath79_wdt_miscdev = {
        .fops = &ath79_wdt_fops,
 };
 
-static int __devinit ath79_wdt_probe(struct platform_device *pdev)
+static int ath79_wdt_probe(struct platform_device *pdev)
 {
        u32 ctrl;
        int err;