diff options
Diffstat (limited to 'drivers/misc/pti.c')
-rw-r--r-- | drivers/misc/pti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/pti.c b/drivers/misc/pti.c index 4999b34b7a60..3c5d74638eaf 100644 --- a/drivers/misc/pti.c +++ b/drivers/misc/pti.c | |||
@@ -901,7 +901,7 @@ static struct pci_driver pti_pci_driver = { | |||
901 | .name = PCINAME, | 901 | .name = PCINAME, |
902 | .id_table = pci_ids, | 902 | .id_table = pci_ids, |
903 | .probe = pti_pci_probe, | 903 | .probe = pti_pci_probe, |
904 | .remove = __devexit_p(pti_pci_remove), | 904 | .remove = pti_pci_remove, |
905 | }; | 905 | }; |
906 | 906 | ||
907 | /** | 907 | /** |