Skip to content

Commit

Permalink
driver core: unexport static function create_syslog_header
Browse files Browse the repository at this point in the history
Function create_syslog_header() is defined as static, so it should
not be exported.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiang Liu authored and Jiri Kosina committed Mar 10, 2014
1 parent 1c279f4 commit 966746b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 966746b

Please sign in to comment.