diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:26:43 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-21 15:05:04 -0800 |
commit | 434bd03509dd07cc6f551c46c3be66bb21030f05 (patch) | |
tree | b38395fbf6f3489fd494c245630b3a81820fe72d /drivers/staging/omap-thermal | |
parent | f7e2f350f16f3fc2cb7920ccc202ba5310daed3e (diff) |
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.c | 2 |
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; |