diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-02-22 17:22:55 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-02-22 17:13:01 -0500 |
commit | 6ef95e87763fd69889655f4f14e499377a54d066 (patch) | |
tree | 95a44161daa302f1b5ff82b90be742b22930ea57 /include/linux/ahci_platform.h | |
parent | c093e1d36e317c5ac2dc788f407119259fc260fe (diff) |
ahci_platform: Drop unused ahci_platform_data members
These members are not used anywhere, and in the future we want
ahci_platform_data to go away entirely so there is no reason to keep these
around.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/ahci_platform.h')
-rw-r--r-- | include/linux/ahci_platform.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/ahci_platform.h b/include/linux/ahci_platform.h index 542f2686eb1d..1f16d502600c 100644 --- a/include/linux/ahci_platform.h +++ b/include/linux/ahci_platform.h @@ -33,9 +33,6 @@ struct ahci_platform_data { void (*exit)(struct device *dev); int (*suspend)(struct device *dev); int (*resume)(struct device *dev); - const struct ata_port_info *ata_port_info; - unsigned int force_port_map; - unsigned int mask_port_map; }; int ahci_platform_enable_clks(struct ahci_host_priv *hpriv); |