mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08: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