Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 966746b3 authored by Jiang Liu's avatar Jiang Liu Committed by Jiri Kosina
Browse files

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: default avatarJiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 1c279f4f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2058,7 +2058,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)