Skip to content

Commit a0bd0ae

Browse files
author
Jyri Sarha
committed
debug_stream: Export ds_msg() to allow using it in loadable modules
Export ds_msg() to allow using it in loadable modules. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 3dd7289 commit a0bd0ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/debug/debug_stream/debug_stream_text_msg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ void ds_msg(const char *format, ...)
4343
ds_vamsg(format, args);
4444
va_end(args);
4545
}
46+
EXPORT_SYMBOL(ds_msg);
4647

4748
#if defined(CONFIG_EXCEPTION_DUMP_HOOK)
4849
/* The debug stream debug window slot is 4k, and when it is split

0 commit comments

Comments
 (0)