2023-12-08 00:16:36

by Jim Cromie

[permalink] [raw]
Subject: [re: PATCH v2 00/15 - 01/11] dyndbg: export _print_hex_dump

This fixes a modpost error on amdgpu.ko
squash in w/o comment.

Signed-off-by: Jim Cromie <[email protected]>
---
lib/dynamic_debug.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 71db40df31b2..07c377924160 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -1388,6 +1388,7 @@ void _print_hex_dump(struct _ddebug *descriptor, const char *level,
}
}
}
+EXPORT_SYMBOL(_print_hex_dump);

void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...)
{
--
2.43.0