diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2019-05-14 10:33:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-18 12:32:01 -0400 |
commit | 26992928e80a7f8d86267985b211a858094dc389 (patch) | |
tree | f785395c02a9c232e70ec29b49f979c9c5e939ac /include/ahci.h | |
parent | 8891afa27755cb1d1a26db00981507a1dadc5679 (diff) | |
download | u-boot-26992928e80a7f8d86267985b211a858094dc389.tar.gz |
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.h | 2 |
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; |