gpio: 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>
Cc: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton
2012-11-19 13:25:50 -05:00
committed by Greg Kroah-Hartman
parent b5ba78de76
commit 206210ce68
39 changed files with 39 additions and 39 deletions

View File

@@ -517,7 +517,7 @@ err_pci_enable:
return ret;
}
static void __devexit ioh_gpio_remove(struct pci_dev *pdev)
static void ioh_gpio_remove(struct pci_dev *pdev)
{
int err;
int i;