diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-08-02 21:32:01 +0800 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2023-08-07 14:55:33 +0200 |
commit | bcf847e4dbb8b1bc10a37533f079d582ee77cdf5 (patch) | |
tree | 028a4c7834dede63ef6d7afa106553ac35a5d409 /include/linux/amd-iommu.h | |
parent | a48130e92f1c86638295a53d1735dfed7f55a2c4 (diff) |
iommu/amd: Remove unsued extern declaration amd_iommu_init_hardware()
Commit 2c0ae1720c09 ("iommu/amd: Convert iommu initialization to state machine")
left behind this.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Link: https://lore.kernel.org/r/20230802133201.17512-1-yuehaibing@huawei.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/linux/amd-iommu.h')
-rw-r--r-- | include/linux/amd-iommu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/amd-iommu.h b/include/linux/amd-iommu.h index 953e6f12fa1c..99a5201d9e62 100644 --- a/include/linux/amd-iommu.h +++ b/include/linux/amd-iommu.h @@ -32,7 +32,6 @@ struct task_struct; struct pci_dev; extern int amd_iommu_detect(void); -extern int amd_iommu_init_hardware(void); /** * amd_iommu_init_device() - Init device for use with IOMMUv2 driver |