diff options
Diffstat (limited to 'drivers/scsi/arm/eesox.c')
| -rw-r--r-- | drivers/scsi/arm/eesox.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/scsi/arm/eesox.c b/drivers/scsi/arm/eesox.c index 968d08358d20..8e36908415ec 100644 --- a/drivers/scsi/arm/eesox.c +++ b/drivers/scsi/arm/eesox.c | |||
| @@ -515,8 +515,7 @@ static struct scsi_host_template eesox_template = { | |||
| 515 | .proc_name = "eesox", | 515 | .proc_name = "eesox", |
| 516 | }; | 516 | }; |
| 517 | 517 | ||
| 518 | static int __devinit | 518 | static int eesoxscsi_probe(struct expansion_card *ec, const struct ecard_id *id) |
| 519 | eesoxscsi_probe(struct expansion_card *ec, const struct ecard_id *id) | ||
| 520 | { | 519 | { |
| 521 | struct Scsi_Host *host; | 520 | struct Scsi_Host *host; |
| 522 | struct eesoxscsi_info *info; | 521 | struct eesoxscsi_info *info; |
| @@ -617,7 +616,7 @@ eesoxscsi_probe(struct expansion_card *ec, const struct ecard_id *id) | |||
| 617 | return ret; | 616 | return ret; |
| 618 | } | 617 | } |
| 619 | 618 | ||
| 620 | static void __devexit eesoxscsi_remove(struct expansion_card *ec) | 619 | static void eesoxscsi_remove(struct expansion_card *ec) |
| 621 | { | 620 | { |
| 622 | struct Scsi_Host *host = ecard_get_drvdata(ec); | 621 | struct Scsi_Host *host = ecard_get_drvdata(ec); |
| 623 | struct eesoxscsi_info *info = (struct eesoxscsi_info *)host->hostdata; | 622 | struct eesoxscsi_info *info = (struct eesoxscsi_info *)host->hostdata; |
| @@ -643,7 +642,7 @@ static const struct ecard_id eesoxscsi_cids[] = { | |||
| 643 | 642 | ||
| 644 | static struct ecard_driver eesoxscsi_driver = { | 643 | static struct ecard_driver eesoxscsi_driver = { |
| 645 | .probe = eesoxscsi_probe, | 644 | .probe = eesoxscsi_probe, |
| 646 | .remove = __devexit_p(eesoxscsi_remove), | 645 | .remove = eesoxscsi_remove, |
| 647 | .id_table = eesoxscsi_cids, | 646 | .id_table = eesoxscsi_cids, |
| 648 | .drv = { | 647 | .drv = { |
| 649 | .name = "eesoxscsi", | 648 | .name = "eesoxscsi", |
