commit | 4740f73fe5388ab5d22d552d2a0dacc62418a70c | [log] [tgz] |
---|---|---|
author | Bill Pemberton <[email protected]> | Mon Nov 19 13:26:01 2012 -0500 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Nov 28 12:22:27 2012 -0800 |
tree | 96b73f6f8fbea4347611e7353c05c7502984ebd5 | |
parent | a73e5df16b52a12f5210b20484e74c45ae25d04c [diff] [blame] |
mfd: 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: Srinidhi Kasagar <[email protected]> Cc: Peter Tyser <[email protected]> Cc: Daniel Walker <[email protected]> Cc: Bryan Huntsman <[email protected]> Acked-by: David Brown <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index 7c83e1b5..2ad24ca 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c
@@ -878,7 +878,7 @@ return 0; } -static void __devexit lpc_ich_remove(struct pci_dev *dev) +static void lpc_ich_remove(struct pci_dev *dev) { mfd_remove_devices(&dev->dev); lpc_ich_restore_config_space(dev);