diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 5f04006e8dd2..b3f32eadbef5 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -568,6 +568,7 @@ struct ata_port { | |||
568 | struct ata_host *host; | 568 | struct ata_host *host; |
569 | struct device *dev; | 569 | struct device *dev; |
570 | 570 | ||
571 | void *port_task_data; | ||
571 | struct delayed_work port_task; | 572 | struct delayed_work port_task; |
572 | struct delayed_work hotplug_task; | 573 | struct delayed_work hotplug_task; |
573 | struct work_struct scsi_rescan_task; | 574 | struct work_struct scsi_rescan_task; |
@@ -747,7 +748,7 @@ extern int ata_ratelimit(void); | |||
747 | extern unsigned int ata_busy_sleep(struct ata_port *ap, | 748 | extern unsigned int ata_busy_sleep(struct ata_port *ap, |
748 | unsigned long timeout_pat, | 749 | unsigned long timeout_pat, |
749 | unsigned long timeout); | 750 | unsigned long timeout); |
750 | extern void ata_port_queue_task(struct ata_port *ap, void (*fn)(void *), | 751 | extern void ata_port_queue_task(struct ata_port *ap, work_func_t fn, |
751 | void *data, unsigned long delay); | 752 | void *data, unsigned long delay); |
752 | extern u32 ata_wait_register(void __iomem *reg, u32 mask, u32 val, | 753 | extern u32 ata_wait_register(void __iomem *reg, u32 mask, u32 val, |
753 | unsigned long interval_msec, | 754 | unsigned long interval_msec, |