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

Jim Cromie posted 15 patches 2 years ago
Only 11 patches received!
There is a newer version of this series
[re: PATCH v2 00/15 - 01/11] dyndbg: export _print_hex_dump
Posted by Jim Cromie 2 years ago
This fixes a modpost error on amdgpu.ko
squash in w/o comment.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
 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