diff options
Diffstat (limited to 'drivers/mfd/lpc_sch.c')
-rw-r--r-- | drivers/mfd/lpc_sch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lpc_sch.c b/drivers/mfd/lpc_sch.c index f6b9c5c96b24..27477f4533ea 100644 --- a/drivers/mfd/lpc_sch.c +++ b/drivers/mfd/lpc_sch.c | |||
@@ -173,7 +173,7 @@ static struct pci_driver lpc_sch_driver = { | |||
173 | .name = "lpc_sch", | 173 | .name = "lpc_sch", |
174 | .id_table = lpc_sch_ids, | 174 | .id_table = lpc_sch_ids, |
175 | .probe = lpc_sch_probe, | 175 | .probe = lpc_sch_probe, |
176 | .remove = __devexit_p(lpc_sch_remove), | 176 | .remove = lpc_sch_remove, |
177 | }; | 177 | }; |
178 | 178 | ||
179 | module_pci_driver(lpc_sch_driver); | 179 | module_pci_driver(lpc_sch_driver); |