summaryrefslogtreecommitdiff
path: root/include/ahci.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2019-05-14 10:33:41 +0200
committerTom Rini <trini@konsulko.com>2019-05-18 12:32:01 -0400
commit26992928e80a7f8d86267985b211a858094dc389 (patch)
treef785395c02a9c232e70ec29b49f979c9c5e939ac /include/ahci.h
parent8891afa27755cb1d1a26db00981507a1dadc5679 (diff)
ata: ahci: drop read-only ahci_ioports members
Also get rid of ahci_setup_port(..). Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'include/ahci.h')
-rw-r--r--include/ahci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ahci.h b/include/ahci.h
index b42df6c77e..fb96dd8861 100644
--- a/include/ahci.h
+++ b/include/ahci.h
@@ -134,8 +134,6 @@ struct ahci_sg {
};
struct ahci_ioports {
- void __iomem *cmd_addr;
- void __iomem *scr_addr;
void __iomem *port_mmio;
struct ahci_cmd_hdr *cmd_slot;
struct ahci_sg *cmd_tbl_sg;