Skip to content

Commit 0652cf9

Browse files
Yue Haibingjoergroedel
authored andcommitted
iommu/amd: Remove unused declarations
Commit aafd8ba ("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>
1 parent 8e11876 commit 0652cf9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/iommu/amd/amd_iommu.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ void amd_iommu_apply_erratum_63(struct amd_iommu *iommu, u16 devid);
2020
void amd_iommu_restart_event_logging(struct amd_iommu *iommu);
2121
void amd_iommu_restart_ga_log(struct amd_iommu *iommu);
2222
void amd_iommu_restart_ppr_log(struct amd_iommu *iommu);
23-
int amd_iommu_init_devices(void);
24-
void amd_iommu_uninit_devices(void);
25-
void amd_iommu_init_notifier(void);
2623
void amd_iommu_set_rlookup_table(struct amd_iommu *iommu, u16 devid);
2724

2825
#ifdef CONFIG_AMD_IOMMU_DEBUGFS

0 commit comments

Comments
 (0)