aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorBrian King <brking@us.ibm.com>2006-03-23 17:30:15 -0600
committerJeff Garzik <jeff@garzik.org>2006-03-24 10:18:43 -0500
commit2f1f610b62bce36d6d50857859091b8989c70267 (patch)
treecc79a77d3bee9aa00976d25ae69fb1c5e80ba452 /include/linux/libata.h
parent[PATCH] libata: ata_scsi_ioctl cleanup (diff)
downloadlinux-dev-2f1f610b62bce36d6d50857859091b8989c70267.tar.xz
linux-dev-2f1f610b62bce36d6d50857859091b8989c70267.zip
[PATCH] libata: Remove dependence on host_set->dev for SAS
Remove some of the dependence on the host_set struct in preparation for supporting SAS HBAs. Adds a struct device pointer to the ata_port struct. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 80c2339da67d..047192253c3a 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -400,6 +400,7 @@ struct ata_port {
struct ata_host_stats stats;
struct ata_host_set *host_set;
+ struct device *dev;
struct work_struct port_task;