diff options
Diffstat (limited to 'drivers/scsi/atp870u.c')
-rw-r--r-- | drivers/scsi/atp870u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c index a540162ac59c..cfc73041f102 100644 --- a/drivers/scsi/atp870u.c +++ b/drivers/scsi/atp870u.c | |||
@@ -3210,7 +3210,7 @@ static struct pci_driver atp870u_driver = { | |||
3210 | .id_table = atp870u_id_table, | 3210 | .id_table = atp870u_id_table, |
3211 | .name = "atp870u", | 3211 | .name = "atp870u", |
3212 | .probe = atp870u_probe, | 3212 | .probe = atp870u_probe, |
3213 | .remove = __devexit_p(atp870u_remove), | 3213 | .remove = atp870u_remove, |
3214 | }; | 3214 | }; |
3215 | 3215 | ||
3216 | static int __init atp870u_init(void) | 3216 | static int __init atp870u_init(void) |