X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fahci.h;h=fb96dd886115c77ddb103d3942e4c3356c06accc;hb=8510580f2e85a8687b40fe5fc3d8c060e5278505;hp=cc36d81f98a6dabd75dd6f53e65ddabebe286733;hpb=e81589ea4475387670e57f5ce23465dd761edccc;p=oweals%2Fu-boot.git diff --git a/include/ahci.h b/include/ahci.h index cc36d81f98..fb96dd8861 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) Freescale Semiconductor, Inc. 2006. * Author: Jason Jin * Zhang Wei - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _AHCI_H_ #define _AHCI_H_ @@ -135,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;