diff options
Diffstat (limited to 'drivers/scsi/pcmcia/aha152x_stub.c')
-rw-r--r-- | drivers/scsi/pcmcia/aha152x_stub.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/pcmcia/aha152x_stub.c b/drivers/scsi/pcmcia/aha152x_stub.c index bd9ce09b7ff8..49cbea33c141 100644 --- a/drivers/scsi/pcmcia/aha152x_stub.c +++ b/drivers/scsi/pcmcia/aha152x_stub.c | |||
@@ -216,9 +216,7 @@ MODULE_DEVICE_TABLE(pcmcia, aha152x_ids); | |||
216 | 216 | ||
217 | static struct pcmcia_driver aha152x_cs_driver = { | 217 | static struct pcmcia_driver aha152x_cs_driver = { |
218 | .owner = THIS_MODULE, | 218 | .owner = THIS_MODULE, |
219 | .drv = { | 219 | .name = "aha152x_cs", |
220 | .name = "aha152x_cs", | ||
221 | }, | ||
222 | .probe = aha152x_probe, | 220 | .probe = aha152x_probe, |
223 | .remove = aha152x_detach, | 221 | .remove = aha152x_detach, |
224 | .id_table = aha152x_ids, | 222 | .id_table = aha152x_ids, |