From 26992928e80a7f8d86267985b211a858094dc389 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 14 May 2019 10:33:41 +0200 Subject: ata: ahci: drop read-only ahci_ioports members Also get rid of ahci_setup_port(..). Signed-off-by: Christian Gmeiner --- include/ahci.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.1