diff options
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-rw-r--r-- | drivers/mfd/lpc_ich.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index 7c83e1b56588..2ad24caa07db 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c | |||
@@ -878,7 +878,7 @@ static int lpc_ich_probe(struct pci_dev *dev, | |||
878 | return 0; | 878 | return 0; |
879 | } | 879 | } |
880 | 880 | ||
881 | static void __devexit lpc_ich_remove(struct pci_dev *dev) | 881 | static void lpc_ich_remove(struct pci_dev *dev) |
882 | { | 882 | { |
883 | mfd_remove_devices(&dev->dev); | 883 | mfd_remove_devices(&dev->dev); |
884 | lpc_ich_restore_config_space(dev); | 884 | lpc_ich_restore_config_space(dev); |