diff options
Diffstat (limited to 'drivers/pcmcia/i82092.c')
-rw-r--r-- | drivers/pcmcia/i82092.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/i82092.c b/drivers/pcmcia/i82092.c index 4e8831bdb6ef..3f6110008e9b 100644 --- a/drivers/pcmcia/i82092.c +++ b/drivers/pcmcia/i82092.c | |||
@@ -35,7 +35,7 @@ static struct pci_driver i82092aa_pci_driver = { | |||
35 | .name = "i82092aa", | 35 | .name = "i82092aa", |
36 | .id_table = i82092aa_pci_ids, | 36 | .id_table = i82092aa_pci_ids, |
37 | .probe = i82092aa_pci_probe, | 37 | .probe = i82092aa_pci_probe, |
38 | .remove = __devexit_p(i82092aa_pci_remove), | 38 | .remove = i82092aa_pci_remove, |
39 | }; | 39 | }; |
40 | 40 | ||
41 | 41 | ||