net: pcnet: fix I/O primitives for memory access
[oweals/u-boot.git] / include / ahci.h
index b42df6c77e30bcaf0c0fc77416f09e7f9d3331ea..fb96dd886115c77ddb103d3942e4c3356c06accc 100644 (file)
@@ -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;