mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
libata: fix build, by adding required workqueue member to port struct
This commit is contained in:
parent
3057ac3c1a
commit
3b01b8af24
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue