watchdog: remove use of __devexit
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:26:24 +0000 (13:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Nov 2012 20:00:24 +0000 (12:00 -0800)
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: Wan ZongShun <mcuos.com@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
52 files changed:
drivers/watchdog/acquirewdt.c
drivers/watchdog/advantechwdt.c
drivers/watchdog/ar7_wdt.c
drivers/watchdog/at91rm9200_wdt.c
drivers/watchdog/ath79_wdt.c
drivers/watchdog/bcm63xx_wdt.c
drivers/watchdog/bfin_wdt.c
drivers/watchdog/cpu5wdt.c
drivers/watchdog/cpwd.c
drivers/watchdog/da9052_wdt.c
drivers/watchdog/davinci_wdt.c
drivers/watchdog/dw_wdt.c
drivers/watchdog/ep93xx_wdt.c
drivers/watchdog/gef_wdt.c
drivers/watchdog/geodewdt.c
drivers/watchdog/hpwdt.c
drivers/watchdog/i6300esb.c
drivers/watchdog/iTCO_wdt.c
drivers/watchdog/ib700wdt.c
drivers/watchdog/ie6xx_wdt.c
drivers/watchdog/jz4740_wdt.c
drivers/watchdog/ks8695_wdt.c
drivers/watchdog/lantiq_wdt.c
drivers/watchdog/max63xx_wdt.c
drivers/watchdog/mpc8xxx_wdt.c
drivers/watchdog/mpcore_wdt.c
drivers/watchdog/mtx-1_wdt.c
drivers/watchdog/mv64x60_wdt.c
drivers/watchdog/nuc900_wdt.c
drivers/watchdog/nv_tco.c
drivers/watchdog/of_xilinx_wdt.c
drivers/watchdog/omap_wdt.c
drivers/watchdog/orion_wdt.c
drivers/watchdog/pcwd.c
drivers/watchdog/pcwd_pci.c
drivers/watchdog/pnx4008_wdt.c
drivers/watchdog/rc32434_wdt.c
drivers/watchdog/rdc321x_wdt.c
drivers/watchdog/riowd.c
drivers/watchdog/s3c2410_wdt.c
drivers/watchdog/sch311x_wdt.c
drivers/watchdog/shwdt.c
drivers/watchdog/sp5100_tco.c
drivers/watchdog/sp805_wdt.c
drivers/watchdog/stmp3xxx_wdt.c
drivers/watchdog/ts72xx_wdt.c
drivers/watchdog/twl4030_wdt.c
drivers/watchdog/via_wdt.c
drivers/watchdog/wdt_pci.c
drivers/watchdog/wm831x_wdt.c
drivers/watchdog/wm8350_wdt.c
drivers/watchdog/xen_wdt.c

index e009f938e667704af96e4dc1059b95fe1b087c50..24a517777fa0a83533daa9c8b585278776ca1518 100644 (file)
@@ -275,7 +275,7 @@ out:
        return ret;
 }
 
-static int __devexit acq_remove(struct platform_device *dev)
+static int acq_remove(struct platform_device *dev)
 {
        misc_deregister(&acq_miscdev);
        release_region(wdt_start, 1);
index cc50c57a35758136dee8eb05aba4c36565e98e16..cc6702fc52685f54f28588108b49d293cbac04da 100644 (file)
@@ -282,7 +282,7 @@ unreg_stop:
        goto out;
 }
 
-static int __devexit advwdt_remove(struct platform_device *dev)
+static int advwdt_remove(struct platform_device *dev)
 {
        misc_deregister(&advwdt_miscdev);
        release_region(wdt_start, 1);
index 154347ec0fc3bec565959f2a1f01a13267236db8..3003e2a9580b207780cb13af945f45fdd0caeac0 100644 (file)
@@ -314,7 +314,7 @@ out:
        return rc;
 }
 
-static int __devexit ar7_wdt_remove(struct platform_device *pdev)
+static int ar7_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&ar7_wdt_miscdev);
        clk_put(vbus_clk);
index cc290bbcb39e937ed8b3e8f054fb78a7d6b3686b..89831ed24a4ff7378a9ba356ec97d8c56f95d846 100644 (file)
@@ -216,7 +216,7 @@ static int at91wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit at91wdt_remove(struct platform_device *pdev)
+static int at91wdt_remove(struct platform_device *pdev)
 {
        int res;
 
index 5c0967d430219588cf547582ef006f7643096c7a..7c8ede7816b1a1efacf9a196648bcfb2b5bc4c0c 100644 (file)
@@ -270,7 +270,7 @@ err_clk_put:
        return err;
 }
 
-static int __devexit ath79_wdt_remove(struct platform_device *pdev)
+static int ath79_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&ath79_wdt_miscdev);
        clk_disable(wdt_clk);
index 5a7cff6e093c9f4a865c3e96b9035a9d2cdb3561..b2b80d4ac8188b2c9ea06be7e2e56c207427a646 100644 (file)
@@ -286,7 +286,7 @@ unmap:
        return ret;
 }
 
-static int __devexit bcm63xx_wdt_remove(struct platform_device *pdev)
+static int bcm63xx_wdt_remove(struct platform_device *pdev)
 {
        if (!nowayout)
                bcm63xx_wdt_pause();
index 241f8af88d15986e506f77be48c7160f7064d7cf..5d36d6fb496919d6007a51114d8eee98759d445d 100644 (file)
@@ -379,7 +379,7 @@ static int bfin_wdt_probe(struct platform_device *pdev)
  *     Unregisters the misc device.  Actual device
  *     deinitialization is handled by bfin_wdt_close().
  */
-static int __devexit bfin_wdt_remove(struct platform_device *pdev)
+static int bfin_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&bfin_wdt_miscdev);
        return 0;
index 6eb710b5be7605c3ec585afe4c05929ada92af1f..cd87758abac3154d3c411ed8b3ef9194a461f389 100644 (file)
@@ -261,7 +261,7 @@ static int cpu5wdt_init_module(void)
        return cpu5wdt_init();
 }
 
-static void __devexit cpu5wdt_exit(void)
+static void cpu5wdt_exit(void)
 {
        if (cpu5wdt_device.queue) {
                cpu5wdt_device.queue = 0;
@@ -274,7 +274,7 @@ static void __devexit cpu5wdt_exit(void)
 
 }
 
-static void __devexit cpu5wdt_exit_module(void)
+static void cpu5wdt_exit_module(void)
 {
        cpu5wdt_exit();
 }
index 731578b3b440e700a7d7d9702825777d586347dc..11d55ce5ca818d0f03f4498ecdf1764bffb87d5c 100644 (file)
@@ -640,7 +640,7 @@ out_free:
        goto out;
 }
 
-static int __devexit cpwd_remove(struct platform_device *op)
+static int cpwd_remove(struct platform_device *op)
 {
        struct cpwd *p = dev_get_drvdata(&op->dev);
        int i;
index 93a31657029435efac76e1e2f297dbd1a39745fc..8be70d8f26809c0fb0a9e5828a3b7e230d9861c1 100644 (file)
@@ -224,7 +224,7 @@ err:
        return ret;
 }
 
-static int __devexit da9052_wdt_remove(struct platform_device *pdev)
+static int da9052_wdt_remove(struct platform_device *pdev)
 {
        struct da9052_wdt_data *driver_data = dev_get_drvdata(&pdev->dev);
 
index 6fc22d2e5e18a96f73e35a21405ae0ab4da2fa81..8791879e5181d08ee8218cb9c0a1df20acfe1f8c 100644 (file)
@@ -248,7 +248,7 @@ static int davinci_wdt_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit davinci_wdt_remove(struct platform_device *pdev)
+static int davinci_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&davinci_wdt_miscdev);
        if (wdt_mem) {
index 49e24e5ac4ac20dd42931b65ee9d65bc5fc725a0..a0eba3c40e250a5431c0a7c8bfa4aade72aecc33 100644 (file)
@@ -333,7 +333,7 @@ out_put_clk:
        return ret;
 }
 
-static int __devexit dw_wdt_drv_remove(struct platform_device *pdev)
+static int dw_wdt_drv_remove(struct platform_device *pdev)
 {
        misc_deregister(&dw_wdt_miscdev);
 
index f1bd88c5a2047e903000a09f0ec3ec141871b7be..e0574844c3132c01f86b2c66ed72fc67e69a85d3 100644 (file)
@@ -156,7 +156,7 @@ static int ep93xx_wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit ep93xx_wdt_remove(struct platform_device *pdev)
+static int ep93xx_wdt_remove(struct platform_device *pdev)
 {
        watchdog_unregister_device(&ep93xx_wdt_wdd);
        return 0;
index 276f0092e6dbe199b8796325ac0df5c02c0f4a9b..b9c5b58e59d3f26b8dd5cd61526a71090690fd1e 100644 (file)
@@ -285,7 +285,7 @@ static int gef_wdt_probe(struct platform_device *dev)
        return misc_register(&gef_wdt_miscdev);
 }
 
-static int __devexit gef_wdt_remove(struct platform_device *dev)
+static int gef_wdt_remove(struct platform_device *dev)
 {
        misc_deregister(&gef_wdt_miscdev);
 
index 28a3a871726271239d88914b15a6ec2ff3a1f238..fcd599d4e22542a085fffa4619c9f163d4adb114 100644 (file)
@@ -243,7 +243,7 @@ static int geodewdt_probe(struct platform_device *dev)
        return ret;
 }
 
-static int __devexit geodewdt_remove(struct platform_device *dev)
+static int geodewdt_remove(struct platform_device *dev)
 {
        misc_deregister(&geodewdt_miscdev);
        return 0;
index cc25ddfa84eb34f756028f8bdfe846506b768305..8717255ec7be07367c9c5c5dd3fc47bf0b301dc6 100644 (file)
@@ -848,7 +848,7 @@ error_pci_iomap:
        return retval;
 }
 
-static void __devexit hpwdt_exit(struct pci_dev *dev)
+static void hpwdt_exit(struct pci_dev *dev)
 {
        if (!nowayout)
                hpwdt_stop();
index 31b87db90261a1a4c02be4d606e2dcd39c8da8c8..2b2ea13d03ea714a28b2d48e2794e9a8d2361636 100644 (file)
@@ -465,7 +465,7 @@ err_unmap:
        return ret;
 }
 
-static void __devexit esb_remove(struct pci_dev *pdev)
+static void esb_remove(struct pci_dev *pdev)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
index fb341df65614536b5c9b85a0110de95fbe2eed57..6130321da3871dc80b020acc232fca4fc0b8cffc 100644 (file)
@@ -364,7 +364,7 @@ static struct watchdog_device iTCO_wdt_watchdog_dev = {
  *     Init & exit routines
  */
 
-static void __devexit iTCO_wdt_cleanup(void)
+static void iTCO_wdt_cleanup(void)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
@@ -533,7 +533,7 @@ out:
        return ret;
 }
 
-static int __devexit iTCO_wdt_remove(struct platform_device *dev)
+static int iTCO_wdt_remove(struct platform_device *dev)
 {
        if (iTCO_wdt_private.tco_res || iTCO_wdt_private.smi_res)
                iTCO_wdt_cleanup();
index 5249596db2abd6c1d8952d413fd34fd2dbac0b01..eb6b5cc98ec68cc48bbfc906f159a368c98ba739 100644 (file)
@@ -319,7 +319,7 @@ out_nostopreg:
        return res;
 }
 
-static int __devexit ibwdt_remove(struct platform_device *dev)
+static int ibwdt_remove(struct platform_device *dev)
 {
        misc_deregister(&ibwdt_miscdev);
        release_region(WDT_START, 1);
index 94eef6fec0f358552a370d78dd2753ced222e90e..e24ef6a6e06461aa01731a3e4910d3cc23924b5e 100644 (file)
@@ -295,7 +295,7 @@ misc_register_error:
        return ret;
 }
 
-static int __devexit ie6xx_wdt_remove(struct platform_device *pdev)
+static int ie6xx_wdt_remove(struct platform_device *pdev)
 {
        struct resource *res;
 
index eb7008a1d6e6c16f76e088c1e70d811571c48c8a..a61408fa0c94721a8481b446cd5cae9a55d76021 100644 (file)
@@ -197,7 +197,7 @@ err_out:
        return ret;
 }
 
-static int __devexit jz4740_wdt_remove(struct platform_device *pdev)
+static int jz4740_wdt_remove(struct platform_device *pdev)
 {
        struct jz4740_wdt_drvdata *drvdata = platform_get_drvdata(pdev);
 
index c305adb49fbfe2c3e39eb987a3d417b29154ef25..dce9ecffd44a95b4fb627003f3f18e7fcf26ac49 100644 (file)
@@ -252,7 +252,7 @@ static int ks8695wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit ks8695wdt_remove(struct platform_device *pdev)
+static int ks8695wdt_remove(struct platform_device *pdev)
 {
        int res;
 
index fd9f43c48d470a623d51fe939f6b817419fbc2f7..79fe01b423397f8dbd863b40ee3a7c2c6c3e8bb7 100644 (file)
@@ -220,7 +220,7 @@ ltq_wdt_probe(struct platform_device *pdev)
        return misc_register(&ltq_wdt_miscdev);
 }
 
-static int __devexit
+static int
 ltq_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&ltq_wdt_miscdev);
index b572c751ebf56e15a4c4b1fa2a010830f5528850..773c661723ca27edefcfb7ba11b2c8a9bf5e4f0d 100644 (file)
@@ -209,7 +209,7 @@ static int max63xx_wdt_probe(struct platform_device *pdev)
        return watchdog_register_device(&max63xx_wdt_dev);
 }
 
-static int __devexit max63xx_wdt_remove(struct platform_device *pdev)
+static int max63xx_wdt_remove(struct platform_device *pdev)
 {
        watchdog_unregister_device(&max63xx_wdt_dev);
        return 0;
index 5c23a6bac944326e5436de27665bcf0ea074079a..da2752063bb7b3b7a95b77ef45d5f66ea1612d63 100644 (file)
@@ -245,7 +245,7 @@ err_unmap:
        return ret;
 }
 
-static int __devexit mpc8xxx_wdt_remove(struct platform_device *ofdev)
+static int mpc8xxx_wdt_remove(struct platform_device *ofdev)
 {
        mpc8xxx_wdt_pr_warn("watchdog removed");
        del_timer_sync(&wdt_timer);
index 4f90ac5910af2b3f1fb442d7c416727f687d743d..a84eb551ea2742f08ef977ab45a774021a0b71e4 100644 (file)
@@ -378,7 +378,7 @@ static int mpcore_wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit mpcore_wdt_remove(struct platform_device *pdev)
+static int mpcore_wdt_remove(struct platform_device *pdev)
 {
        platform_set_drvdata(pdev, NULL);
 
index 8c642763ca6e72bd0a5703f48380fce69b5d54b1..14dab6ff87aa4816a6f84b76ada07a295f52a4dc 100644 (file)
@@ -233,7 +233,7 @@ static int mtx1_wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit mtx1_wdt_remove(struct platform_device *pdev)
+static int mtx1_wdt_remove(struct platform_device *pdev)
 {
        /* FIXME: do we need to lock this test ? */
        if (mtx1_wdt_device.queue) {
index 2876027a8886063f31e040086251a537e00d519f..c7fb878ca4935a338c52c7315eb226e1bc76316c 100644 (file)
@@ -287,7 +287,7 @@ static int mv64x60_wdt_probe(struct platform_device *dev)
        return misc_register(&mv64x60_wdt_miscdev);
 }
 
-static int __devexit mv64x60_wdt_remove(struct platform_device *dev)
+static int mv64x60_wdt_remove(struct platform_device *dev)
 {
        misc_deregister(&mv64x60_wdt_miscdev);
 
index d05daefa8640699cc48a608a2ab55a7417b9e7de..04c45a10299254586729e1125a255179ec5ef66a 100644 (file)
@@ -309,7 +309,7 @@ err_get:
        return ret;
 }
 
-static int __devexit nuc900wdt_remove(struct platform_device *pdev)
+static int nuc900wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&nuc900wdt_miscdev);
 
index 45452845facab1a610ce0a643b571b774b134597..59cf19eeea07668e76501fa1734e933947f8d79f 100644 (file)
@@ -423,7 +423,7 @@ unreg_region:
        return ret;
 }
 
-static void __devexit nv_tco_cleanup(void)
+static void nv_tco_cleanup(void)
 {
        u32 val;
 
@@ -445,7 +445,7 @@ static void __devexit nv_tco_cleanup(void)
        release_region(tcobase, 0x10);
 }
 
-static int __devexit nv_tco_remove(struct platform_device *dev)
+static int nv_tco_remove(struct platform_device *dev)
 {
        if (tcobase)
                nv_tco_cleanup();
index 3ddc4e93906fe3a081703a5f5a420cab670ebd99..2761ddb08501ac3f78a0f8b313a4bebedb1fa775 100644 (file)
@@ -383,7 +383,7 @@ err_out:
        return rc;
 }
 
-static int __devexit xwdt_remove(struct platform_device *dev)
+static int xwdt_remove(struct platform_device *dev)
 {
        misc_deregister(&xwdt_miscdev);
        iounmap(xdev.base);
index 36a724614383d9ba5dc362fdf2f13bc547fc90ab..d8da5162f0dda5f7487736168fe9700fb4b7e925 100644 (file)
@@ -359,7 +359,7 @@ static void omap_wdt_shutdown(struct platform_device *pdev)
        }
 }
 
-static int __devexit omap_wdt_remove(struct platform_device *pdev)
+static int omap_wdt_remove(struct platform_device *pdev)
 {
        struct omap_wdt_dev *wdev = platform_get_drvdata(pdev);
        struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
index f722635f3eccf3f221614a64982edd1601a89842..0478b001b1efbb1621613e07b438fa4bbad7cf32 100644 (file)
@@ -181,7 +181,7 @@ static int orion_wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit orion_wdt_remove(struct platform_device *pdev)
+static int orion_wdt_remove(struct platform_device *pdev)
 {
        watchdog_unregister_device(&orion_wdt);
        clk_disable_unprepare(clk);
index cef246abdd6630006d3997dc33354f21563a2cbb..33e49a7f889fcb33c553b126a9495383a414164a 100644 (file)
@@ -949,7 +949,7 @@ error_request_region:
        return ret;
 }
 
-static int __devexit pcwd_isa_remove(struct device *dev, unsigned int id)
+static int pcwd_isa_remove(struct device *dev, unsigned int id)
 {
        if (debug >= DEBUG)
                pr_debug("pcwd_isa_remove id=%d\n", id);
index 6ec84b5bb5081c90ef9db518a8c41c734173e59e..7890f84edf760743094ac32c27b712c08fc823a4 100644 (file)
@@ -785,7 +785,7 @@ err_out_disable_device:
        return ret;
 }
 
-static void __devexit pcipcwd_card_exit(struct pci_dev *pdev)
+static void pcipcwd_card_exit(struct pci_dev *pdev)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
index 4f7afeab6698340e67323b023b0f437de3f59ca7..dcba5dab6c299b3111ad528ba1f42e8a283dee07 100644 (file)
@@ -192,7 +192,7 @@ out:
        return ret;
 }
 
-static int __devexit pnx4008_wdt_remove(struct platform_device *pdev)
+static int pnx4008_wdt_remove(struct platform_device *pdev)
 {
        watchdog_unregister_device(&pnx4008_wdd);
 
index 22662808c37d39443f1dabf629bd9fc8ada952f3..f78bc008cbb71b5695b00b5e6c4edec4509f2175 100644 (file)
@@ -306,7 +306,7 @@ unmap:
        return ret;
 }
 
-static int __devexit rc32434_wdt_remove(struct platform_device *pdev)
+static int rc32434_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&rc32434_wdt_miscdev);
        iounmap(wdt_reg);
index 94667064c8cfeaed06c4dd0ac600015a9a3ddd7e..b0f116c2fd533b9d3a63361696d793e3a38d6a23 100644 (file)
@@ -272,7 +272,7 @@ static int rdc321x_wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit rdc321x_wdt_remove(struct platform_device *pdev)
+static int rdc321x_wdt_remove(struct platform_device *pdev)
 {
        if (rdc321x_wdt_device.queue) {
                rdc321x_wdt_device.queue = 0;
index 84f523338ff475ad75fd98e370e209b83faab4ea..0040451aec1dbd1d1542631072e3e4c0cb71719c 100644 (file)
@@ -220,7 +220,7 @@ out:
        return err;
 }
 
-static int __devexit riowd_remove(struct platform_device *op)
+static int riowd_remove(struct platform_device *op)
 {
        struct riowd *p = dev_get_drvdata(&op->dev);
 
index 2e28c145081c115ad50ed7a16a55b306ea8360b6..b0dab10fc6a5122a2947addcf78238a30476a5a9 100644 (file)
@@ -437,7 +437,7 @@ static int s3c2410wdt_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit s3c2410wdt_remove(struct platform_device *dev)
+static int s3c2410wdt_remove(struct platform_device *dev)
 {
        watchdog_unregister_device(&s3c2410_wdd);
 
index 8ecec29197977ab6b7eceb1e236a2901932d1f9e..af7b136b1874912b735786471421e64208101057 100644 (file)
@@ -429,7 +429,7 @@ exit:
        return err;
 }
 
-static int __devexit sch311x_wdt_remove(struct platform_device *pdev)
+static int sch311x_wdt_remove(struct platform_device *pdev)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
index 9c57af943b87e250fad13815130fb8f24261a4c1..6a89e4045fbd2bdef12e251bfba3044c469f0401 100644 (file)
@@ -298,7 +298,7 @@ err:
        return rc;
 }
 
-static int __devexit sh_wdt_remove(struct platform_device *pdev)
+static int sh_wdt_remove(struct platform_device *pdev)
 {
        struct sh_wdt *wdt = platform_get_drvdata(pdev);
 
index 7ee39a79ff1e7df381fff77a5229048a85687d3c..b3876812ff075327a57cb33d55f7c9c684fa9dcc 100644 (file)
@@ -412,7 +412,7 @@ exit:
        return ret;
 }
 
-static void __devexit sp5100_tco_cleanup(void)
+static void sp5100_tco_cleanup(void)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
@@ -425,7 +425,7 @@ static void __devexit sp5100_tco_cleanup(void)
        release_region(pm_iobase, SP5100_PM_IOPORTS_SIZE);
 }
 
-static int __devexit sp5100_tco_remove(struct platform_device *dev)
+static int sp5100_tco_remove(struct platform_device *dev)
 {
        if (tcobase)
                sp5100_tco_cleanup();
index 32a5419657d229570b0795b32584889531e7eeff..4552847fc7fe48b1b37bbe1d406717db274dde21 100644 (file)
@@ -272,7 +272,7 @@ err:
        return ret;
 }
 
-static int __devexit sp805_wdt_remove(struct amba_device *adev)
+static int sp805_wdt_remove(struct amba_device *adev)
 {
        struct sp805_wdt *wdt = amba_get_drvdata(adev);
 
index 254cce38cc03576de3004f1df9544b4239d31023..1f4f69728feede34ea85a4cecc1c28334f2d014f 100644 (file)
@@ -229,7 +229,7 @@ static int stmp3xxx_wdt_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit stmp3xxx_wdt_remove(struct platform_device *pdev)
+static int stmp3xxx_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&stmp3xxx_wdt_miscdev);
        return 0;
index d6e94b4c67f6daee90b5e447f545bf60a5516608..b8a92459f10f354d763a1e9d3995e28389d8fda6 100644 (file)
@@ -476,7 +476,7 @@ fail:
        return error;
 }
 
-static __devexit int ts72xx_wdt_remove(struct platform_device *pdev)
+static int ts72xx_wdt_remove(struct platform_device *pdev)
 {
        struct ts72xx_wdt *wdt = platform_get_drvdata(pdev);
        struct resource *res;
index 6dab509caf9457b15c137c406f4d5600e7b64998..9f54b1da7185ecf535b401f6daeb238c0a6e0eb7 100644 (file)
@@ -204,7 +204,7 @@ static int twl4030_wdt_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit twl4030_wdt_remove(struct platform_device *pdev)
+static int twl4030_wdt_remove(struct platform_device *pdev)
 {
        struct twl4030_wdt *wdt = platform_get_drvdata(pdev);
 
index 098dfab82b6c79b2c671f985b8164dbd7ffb265e..1a68f760cf866a1da43ce6d6a9978daf7ec0d736 100644 (file)
@@ -229,7 +229,7 @@ err_out_disable_device:
        return ret;
 }
 
-static void __devexit wdt_remove(struct pci_dev *pdev)
+static void wdt_remove(struct pci_dev *pdev)
 {
        watchdog_unregister_device(&wdt_dev);
        del_timer(&timer);
index 13d27c878db4f0547ae5b67bb9791447fa469ae9..36a54c0e32dd0bded2a4c64393101ba7cde2151d 100644 (file)
@@ -705,7 +705,7 @@ out_pci:
 }
 
 
-static void __devexit wdtpci_remove_one(struct pci_dev *pdev)
+static void wdtpci_remove_one(struct pci_dev *pdev)
 {
        /* here we assume only one device will ever have
         * been picked up and registered by probe function */
index 170c82e9745491560c52e69934382c88915fa6c0..9dcb6d0822774a2737c7171600bff911cf799055 100644 (file)
@@ -292,7 +292,7 @@ err:
        return ret;
 }
 
-static int __devexit wm831x_wdt_remove(struct platform_device *pdev)
+static int wm831x_wdt_remove(struct platform_device *pdev)
 {
        struct wm831x_wdt_drvdata *driver_data = dev_get_drvdata(&pdev->dev);
 
index 4530fa00b78d1c851f63037a0694495a061049de..34d272ada23d5cb4771eeed1b3afc6471117369e 100644 (file)
@@ -158,7 +158,7 @@ static int wm8350_wdt_probe(struct platform_device *pdev)
        return watchdog_register_device(&wm8350_wdt);
 }
 
-static int __devexit wm8350_wdt_remove(struct platform_device *pdev)
+static int wm8350_wdt_remove(struct platform_device *pdev)
 {
        watchdog_unregister_device(&wm8350_wdt);
        return 0;
index 1eb6bdc020ac816abae83509eb2f746caa929ece..92ad33d0cb71c2c897f6f6ff29e695bc62eb35ee 100644 (file)
@@ -280,7 +280,7 @@ static int xen_wdt_probe(struct platform_device *dev)
        return ret;
 }
 
-static int __devexit xen_wdt_remove(struct platform_device *dev)
+static int xen_wdt_remove(struct platform_device *dev)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
This page took 0.045533 seconds and 5 git commands to generate.