提交 5c764dfa 编写于 作者: J Jiang Liu 提交者: Greg Kroah-Hartman

driver core: unexport static function create_syslog_header

Function create_syslog_header() is defined as static, so it should
not be exported.
Signed-off-by: NJiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bce6618a
......@@ -2042,7 +2042,6 @@ create_syslog_header(const struct device *dev, char *hdr, size_t hdrlen)
return pos;
}
EXPORT_SYMBOL(create_syslog_header);
int dev_vprintk_emit(int level, const struct device *dev,
const char *fmt, va_list args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册