diff options
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index a2a33a902917..39e6b77de1a9 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -520,7 +520,8 @@ struct ata_port { | |||
520 | struct ata_host_set *host_set; | 520 | struct ata_host_set *host_set; |
521 | struct device *dev; | 521 | struct device *dev; |
522 | 522 | ||
523 | struct work_struct port_task, hotplug_task; | 523 | struct work_struct port_task; |
524 | struct work_struct hotplug_task; | ||
524 | 525 | ||
525 | unsigned int hsm_task_state; | 526 | unsigned int hsm_task_state; |
526 | 527 | ||