From: Bill Pemberton Date: Mon, 19 Nov 2012 18:26:51 +0000 (-0500) Subject: staging: tidspbridge: remove use of __devexit X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=37a6520057c98d725be716497ba93b7380c9934f;p=deliverable%2Flinux.git staging: tidspbridge: remove use of __devexit CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/tidspbridge/rmgr/drv_interface.c b/drivers/staging/tidspbridge/rmgr/drv_interface.c index 053479339935..e6f31d817d6b 100644 --- a/drivers/staging/tidspbridge/rmgr/drv_interface.c +++ b/drivers/staging/tidspbridge/rmgr/drv_interface.c @@ -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;