diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-06-12 00:22:04 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-12 00:22:04 -0400 |
commit | 3b01b8af2414b6684051da4a1507dfacdbf24f86 (patch) | |
tree | fe47e129a121047ac39e7ed4501d65338c3a1f57 /include/linux/libata.h | |
parent | 3057ac3c1a992ee135cbb7b7d1a12e58d81f0739 (diff) |
libata: fix build, by adding required workqueue member to port struct
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 39e6b77de1a9..61eea5795d5a 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -522,6 +522,7 @@ struct ata_port { | |||
522 | 522 | ||
523 | struct work_struct port_task; | 523 | struct work_struct port_task; |
524 | struct work_struct hotplug_task; | 524 | struct work_struct hotplug_task; |
525 | struct work_struct scsi_rescan_task; | ||
525 | 526 | ||
526 | unsigned int hsm_task_state; | 527 | unsigned int hsm_task_state; |
527 | 528 | ||