commit | 67846b30171cc4d706125f630193a76a26bb334a | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Wed Oct 05 02:58:32 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Wed Oct 05 02:58:32 2005 -0400 |
tree | 5ba70c2b68086f471686eb1e56e38436eaf73416 | |
parent | 643736a58d2668af94aee05670c5e9ae76e7b85f [diff] [blame] |
libata: add ata_ratelimit(), use it in AHCI driver irq handler
diff --git a/include/linux/libata.h b/include/linux/libata.h index 4d45179..7929cfc 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h
@@ -410,6 +410,8 @@ extern int ata_scsi_error(struct Scsi_Host *host); extern int ata_scsi_release(struct Scsi_Host *host); extern unsigned int ata_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc); +extern int ata_ratelimit(void); + /* * Default driver ops implementations */