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 a22544fe5319..a43c73ac25b0 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c | |||
@@ -888,7 +888,7 @@ static struct pci_driver lpc_ich_driver = { | |||
888 | .name = "lpc_ich", | 888 | .name = "lpc_ich", |
889 | .id_table = lpc_ich_ids, | 889 | .id_table = lpc_ich_ids, |
890 | .probe = lpc_ich_probe, | 890 | .probe = lpc_ich_probe, |
891 | .remove = __devexit_p(lpc_ich_remove), | 891 | .remove = lpc_ich_remove, |
892 | }; | 892 | }; |
893 | 893 | ||
894 | static int __init lpc_ich_init(void) | 894 | static int __init lpc_ich_init(void) |