summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 18:26:43 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 23:05:04 (GMT)
commit434bd03509dd07cc6f551c46c3be66bb21030f05 (patch)
treeb38395fbf6f3489fd494c245630b3a81820fe72d
parentf7e2f350f16f3fc2cb7920ccc202ba5310daed3e (diff)
downloadlinux-fsl-qoriq-434bd03509dd07cc6f551c46c3be66bb21030f05.tar.xz
staging: omap-thermal: remove use of __devexit
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>
-rw-r--r--drivers/staging/omap-thermal/omap-bandgap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c
index e8c747e..8346e345 100644
--- a/drivers/staging/omap-thermal/omap-bandgap.c
+++ b/drivers/staging/omap-thermal/omap-bandgap.c
@@ -998,7 +998,7 @@ free_irqs:
}
static
-int __devexit omap_bandgap_remove(struct platform_device *pdev)
+int omap_bandgap_remove(struct platform_device *pdev)
{
struct omap_bandgap *bg_ptr = platform_get_drvdata(pdev);
int i;