diff options
author | Jeff Garzik <jeff@garzik.org> | 2013-01-25 15:30:23 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2013-01-25 15:30:23 -0500 |
commit | e175435ed281d06ffd56d4edc8a2dd56f8672f07 (patch) | |
tree | b6a623622b8e807400aa9a86d1068aa41485077a /include/linux/libata.h | |
parent | 7e15e9be37eb834aaaca69030064ac97eaf5df2f (diff) |
Revert "libata: export host controller number thru /sys"
This reverts commit 1757d902b029a29dfcef63609964385cf8865b5a.
Discussion continues upstream.
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 65ff67e34b77..91c9d109e5f1 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -546,7 +546,6 @@ struct ata_host { void *private_data; struct ata_port_operations *ops; unsigned long flags; - unsigned int host_id; /* user visible host ID */ struct mutex eh_mutex; struct task_struct *eh_owner; |