summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omap-thermal
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:26:43 +0100
committerGreg Kroah-Hartman2012-11-22 00:05:04 +0100
commit434bd03509dd07cc6f551c46c3be66bb21030f05 (patch)
treeb38395fbf6f3489fd494c245630b3a81820fe72d /drivers/staging/omap-thermal
parentstaging: octeon: remove use of __devexit (diff)
downloadkernel-qcow2-linux-434bd03509dd07cc6f551c46c3be66bb21030f05.tar.gz
kernel-qcow2-linux-434bd03509dd07cc6f551c46c3be66bb21030f05.tar.xz
kernel-qcow2-linux-434bd03509dd07cc6f551c46c3be66bb21030f05.zip
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>
Diffstat (limited to 'drivers/staging/omap-thermal')
-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 e8c747efe0d1..8346e3450f83 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;