mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-14 16:39:21 +00:00
libata: fix build, by adding required workqueue member to port struct
This commit is contained in:
parent
3057ac3c1a
commit
3b01b8af24
@ -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…
x
Reference in New Issue
Block a user