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

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/tidspbridge/rmgr/drv_interface.c

index 053479339935e3d20d8ce130a0c99162ae952baa..e6f31d817d6b8b0988419b0d21f9c6851a84b9a1 100644 (file)
@@ -527,7 +527,7 @@ err1:
        return err;
 }
 
-static int __devexit omap34_xx_bridge_remove(struct platform_device *pdev)
+static int omap34_xx_bridge_remove(struct platform_device *pdev)
 {
        dev_t devno;
        int status = 0;
This page took 0.024606 seconds and 5 git commands to generate.