projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e11876
)
iommu/amd: Remove unused declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Mon, 14 Aug 2023 13:55:02 +0000
(21:55 +0800)
committer
Joerg Roedel
<jroedel@suse.de>
Thu, 17 Aug 2023 10:58:24 +0000
(12:58 +0200)
Commit
aafd8ba0ca74
("iommu/amd: Implement add_device and remove_device")
removed the implementations but left declarations in place. Remove it.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link:
https://lore.kernel.org/r/20230814135502.4808-1-yuehaibing@huawei.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd/amd_iommu.h
patch
|
blob
|
history
diff --git
a/drivers/iommu/amd/amd_iommu.h
b/drivers/iommu/amd/amd_iommu.h
index f23ad6043f04b56ca5f6fe724cdd5441a397ff6c..e2857109e966015e94efb919f28723c8ed151fa4 100644
(file)
--- a/
drivers/iommu/amd/amd_iommu.h
+++ b/
drivers/iommu/amd/amd_iommu.h
@@
-20,9
+20,6
@@
void amd_iommu_apply_erratum_63(struct amd_iommu *iommu, u16 devid);
void amd_iommu_restart_event_logging(struct amd_iommu *iommu);
void amd_iommu_restart_ga_log(struct amd_iommu *iommu);
void amd_iommu_restart_ppr_log(struct amd_iommu *iommu);
-int amd_iommu_init_devices(void);
-void amd_iommu_uninit_devices(void);
-void amd_iommu_init_notifier(void);
void amd_iommu_set_rlookup_table(struct amd_iommu *iommu, u16 devid);
#ifdef CONFIG_AMD_IOMMU_DEBUGFS