commit | 206210ce68c1feb1d9d05839ceacc97ad1b0b324 | [log] [tgz] |
---|---|---|
author | Bill Pemberton <[email protected]> | Mon Nov 19 13:25:50 2012 -0500 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 28 11:39:59 2012 -0800 |
tree | bc4066369566144ffc938ab3eac3a6ee36702c91 | |
parent | b5ba78de76b0a39cfcf08dec78e90b737e995965 [diff] [blame] |
gpio: remove use of __devexit CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Grant Likely <[email protected]> Acked-by: Linus Walleij <[email protected]> Cc: Peter Tyser <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
diff --git a/drivers/gpio/gpio-max730x.c b/drivers/gpio/gpio-max730x.c index 91b4f45..22b7582 100644 --- a/drivers/gpio/gpio-max730x.c +++ b/drivers/gpio/gpio-max730x.c
@@ -226,7 +226,7 @@ } EXPORT_SYMBOL_GPL(__max730x_probe); -int __devexit __max730x_remove(struct device *dev) +int __max730x_remove(struct device *dev) { struct max7301 *ts = dev_get_drvdata(dev); int ret;