Skip to content

Commit

Permalink
libata: fix build, by adding required workqueue member to port struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Jun 12, 2006
1 parent 3057ac3 commit 3b01b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3b01b8a

Please sign in to comment.