diff options
Diffstat (limited to 'drivers/ata/pata_at32.c')
-rw-r--r-- | drivers/ata/pata_at32.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/ata/pata_at32.c b/drivers/ata/pata_at32.c index db057b183d60..27c959f35c2c 100644 --- a/drivers/ata/pata_at32.c +++ b/drivers/ata/pata_at32.c | |||
@@ -166,11 +166,6 @@ static void pata_at32_set_piomode(struct ata_port *ap, struct ata_device *adev) | |||
166 | } | 166 | } |
167 | } | 167 | } |
168 | 168 | ||
169 | static void pata_at32_irq_clear(struct ata_port *ap) | ||
170 | { | ||
171 | /* No DMA controller yet */ | ||
172 | } | ||
173 | |||
174 | static struct scsi_host_template at32_sht = { | 169 | static struct scsi_host_template at32_sht = { |
175 | .module = THIS_MODULE, | 170 | .module = THIS_MODULE, |
176 | .name = DRV_NAME, | 171 | .name = DRV_NAME, |
@@ -208,7 +203,7 @@ static struct ata_port_operations at32_port_ops = { | |||
208 | 203 | ||
209 | .data_xfer = ata_data_xfer, | 204 | .data_xfer = ata_data_xfer, |
210 | 205 | ||
211 | .irq_clear = pata_at32_irq_clear, | 206 | .irq_clear = ata_noop_irq_clear, |
212 | .irq_on = ata_irq_on, | 207 | .irq_on = ata_irq_on, |
213 | 208 | ||
214 | .port_start = ata_sff_port_start, | 209 | .port_start = ata_sff_port_start, |