diff --git a/net/core/net_ipc_log.c b/net/core/net_ipc_log.c index 8db4d0d25..91b6dd550 100755 --- a/net/core/net_ipc_log.c +++ b/net/core/net_ipc_log.c @@ -21,6 +21,7 @@ void net_log(const char *fmt, ...) } va_end(arg_list); } +EXPORT_SYMBOL_GPL(net_log); static int __init net_ipc_log_init(void) {