diff options
author | Tejun Heo <htejun@gmail.com> | 2006-06-11 11:19:00 +0900 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-06-11 11:19:00 +0900 |
commit | 9a9c77dc4c4eed9dfb74080e768c0b3c9d905496 (patch) | |
tree | a87eb0896be71537a99748f54184887785bf383e /include | |
parent | 0a1b622ef495d8ebba9ad8982414c6661c16b604 (diff) | |
download | talos-obmc-linux-9a9c77dc4c4eed9dfb74080e768c0b3c9d905496.tar.gz talos-obmc-linux-9a9c77dc4c4eed9dfb74080e768c0b3c9d905496.zip |
[PATCH] libata: cosmetic change in struct ata_port
Cosmetic change in struct ata_port.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'include')
-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 { struct ata_host_set *host_set; struct device *dev; - struct work_struct port_task, hotplug_task; + struct work_struct port_task; + struct work_struct hotplug_task; unsigned int hsm_task_state; |