git: 915edb4ecb86 - stable/13 - iommu: fix build on stable/13 with the DDB option

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Thu, 04 Jan 2024 03:54:58 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=915edb4ecb86a197a5a1d297bed819b3163558f3

commit 915edb4ecb86a197a5a1d297bed819b3163558f3
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-01-04 03:54:17 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-01-04 03:54:17 +0000

    iommu: fix build on stable/13 with the DDB option
    
    Sponsored by:   The FreeBSD Foundation
---
 sys/dev/iommu/iommu_gas.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/iommu/iommu_gas.c b/sys/dev/iommu/iommu_gas.c
index 4b6141b981da..cd48fcd613ee 100644
--- a/sys/dev/iommu/iommu_gas.c
+++ b/sys/dev/iommu/iommu_gas.c
@@ -1092,7 +1092,7 @@ iommu_debug_dump_gas(struct iommu_domain *domain)
 	}
 }
 
-DB_SHOW_COMMAND(iommu_domain, iommu_domain_show)
+DB_SHOW_COMMAND(iommu_domain, iommu_domain_show1)
 {
 	struct iommu_domain *domain;