diff options
author | Vasant Hegde <vasant.hegde@amd.com> | 2025-02-27 16:23:19 +0000 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2025-03-10 09:27:10 +0100 |
commit | 5536e19e940be0aad326ff80870e0261c0ba5ff7 (patch) | |
tree | 917fb3b5613999c847f2174d9335ed96da5784ee | |
parent | ee4cf9260afe8e4be6b6d64f56fa7493d051d8de (diff) |
iommu/amd: Remove unused forward declaration
Remove unused forward declaration.
Signed-off-by: Vasant Hegde <vasant.hegde@amd.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20250227162320.5805-7-vasant.hegde@amd.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r-- | drivers/iommu/amd/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/amd/init.c b/drivers/iommu/amd/init.c index cb536d372b12e..94aaa4b2a9031 100644 --- a/drivers/iommu/amd/init.c +++ b/drivers/iommu/amd/init.c @@ -219,7 +219,6 @@ static bool __initdata cmdline_maps; static enum iommu_init_state init_state = IOMMU_START_STATE; static int amd_iommu_enable_interrupts(void); -static int __init iommu_go_to_state(enum iommu_init_state state); static void init_device_table_dma(struct amd_iommu_pci_seg *pci_seg); static bool amd_iommu_pre_enabled = true; |