diff options
Diffstat (limited to 'drivers/ata/libata-sff.c')
-rw-r--r-- | drivers/ata/libata-sff.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index 20dc572fb45a..1cf03d41aa33 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c | |||
@@ -303,6 +303,14 @@ void ata_bmdma_irq_clear(struct ata_port *ap) | |||
303 | } | 303 | } |
304 | 304 | ||
305 | /** | 305 | /** |
306 | * ata_noop_irq_clear - Noop placeholder for irq_clear | ||
307 | * @ap: Port associated with this ATA transaction. | ||
308 | */ | ||
309 | void ata_noop_irq_clear(struct ata_port *ap) | ||
310 | { | ||
311 | } | ||
312 | |||
313 | /** | ||
306 | * ata_bmdma_status - Read PCI IDE BMDMA status | 314 | * ata_bmdma_status - Read PCI IDE BMDMA status |
307 | * @ap: Port associated with this ATA transaction. | 315 | * @ap: Port associated with this ATA transaction. |
308 | * | 316 | * |