1
0
Fork 0

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

hifive-unleashed-5.1
Jeff Garzik 2006-06-12 00:22:04 -04:00
parent 3057ac3c1a
commit 3b01b8af24
1 changed files with 1 additions and 0 deletions

View File

@ -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;