Skip to content

Commit 8ec4e2b

Browse files
snitsjoergroedel
authored andcommitted
iommu/amd: Fix up merge conflict resolution
Merge commit e17c6de ("Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'x86/vt-d' and 'x86/amd' into next") added amd_iommu_init_devices, amd_iommu_uninit_devices, and amd_iommu_init_notifier back to drivers/iommu/amd/amd_iommu.h. The only references to them are here, so clean them up. Fixes: e17c6de ("Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'x86/vt-d' and 'x86/amd' into next") Cc: Joerg Roedel <[email protected]> Cc: Suravee Suthikulpanit <[email protected]> Cc: Will Deacon <[email protected]> Cc: Robin Murphy <[email protected]> Signed-off-by: Jerry Snitselaar <[email protected]> Reviewed-by: Vasant Hegde <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent af47b0a commit 8ec4e2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/iommu/amd/amd_iommu.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ extern irqreturn_t amd_iommu_int_handler(int irq, void *data);
1616
extern void amd_iommu_apply_erratum_63(struct amd_iommu *iommu, u16 devid);
1717
extern void amd_iommu_restart_event_logging(struct amd_iommu *iommu);
1818
extern void amd_iommu_restart_ga_log(struct amd_iommu *iommu);
19-
extern int amd_iommu_init_devices(void);
20-
extern void amd_iommu_uninit_devices(void);
21-
extern void amd_iommu_init_notifier(void);
2219
extern void amd_iommu_set_rlookup_table(struct amd_iommu *iommu, u16 devid);
2320

2421
#ifdef CONFIG_AMD_IOMMU_DEBUGFS

0 commit comments

Comments
 (0)