diff options
Diffstat (limited to 'drivers/ata/pata_isapnp.c')
-rw-r--r-- | drivers/ata/pata_isapnp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ata/pata_isapnp.c b/drivers/ata/pata_isapnp.c index a97d55ae95c9..38a42eae598e 100644 --- a/drivers/ata/pata_isapnp.c +++ b/drivers/ata/pata_isapnp.c | |||
@@ -59,8 +59,6 @@ static struct ata_port_operations isapnp_port_ops = { | |||
59 | .irq_clear = ata_bmdma_irq_clear, | 59 | .irq_clear = ata_bmdma_irq_clear, |
60 | 60 | ||
61 | .port_start = ata_port_start, | 61 | .port_start = ata_port_start, |
62 | .port_stop = ata_port_stop, | ||
63 | .host_stop = ata_host_stop | ||
64 | }; | 62 | }; |
65 | 63 | ||
66 | /** | 64 | /** |
@@ -120,7 +118,7 @@ static void isapnp_remove_one(struct pnp_dev *idev) | |||
120 | struct device *dev = &idev->dev; | 118 | struct device *dev = &idev->dev; |
121 | struct ata_host *host = dev_get_drvdata(dev); | 119 | struct ata_host *host = dev_get_drvdata(dev); |
122 | 120 | ||
123 | ata_host_remove(host); | 121 | ata_host_detach(host); |
124 | dev_set_drvdata(dev, NULL); | 122 | dev_set_drvdata(dev, NULL); |
125 | } | 123 | } |
126 | 124 | ||