Commit 3b01b8af authored by Jeff Garzik's avatar Jeff Garzik

libata: fix build, by adding required workqueue member to port struct

parent 3057ac3c
......@@ -522,6 +522,7 @@ struct ata_port {
struct work_struct port_task;
struct work_struct hotplug_task;
struct work_struct scsi_rescan_task;
unsigned int hsm_task_state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment