]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/ib700wdt.c
watchdog: remove use of __devinitdata
[karo-tx-linux.git] / drivers / watchdog / ib700wdt.c
index 184c0bfc87a42f5f061e0e316a792260cb67a014..5249596db2abd6c1d8952d413fd34fd2dbac0b01 100644 (file)
@@ -277,7 +277,7 @@ static struct miscdevice ibwdt_miscdev = {
  *     Init & exit routines
  */
 
-static int __devinit ibwdt_probe(struct platform_device *dev)
+static int ibwdt_probe(struct platform_device *dev)
 {
        int res;
 
@@ -337,7 +337,7 @@ static void ibwdt_shutdown(struct platform_device *dev)
 
 static struct platform_driver ibwdt_driver = {
        .probe          = ibwdt_probe,
-       .remove         = __devexit_p(ibwdt_remove),
+       .remove         = ibwdt_remove,
        .shutdown       = ibwdt_shutdown,
        .driver         = {
                .owner  = THIS_MODULE,