]> git.baikalelectronics.ru Git - kernel.git/commit
driver core: unexport static function create_syslog_header
authorJiang Liu <jiang.liu@linux.intel.com>
Sat, 8 Feb 2014 01:59:02 +0000 (09:59 +0800)
committerJiri Kosina <jkosina@suse.cz>
Mon, 10 Mar 2014 13:09:53 +0000 (14:09 +0100)
commit8740dc9acb7d62573efeef0e623fc71e31782634
tree60af81d1e0a8b0849e11b677a35291a73d7232e9
parente69ef8af0e1bae714dc1c6b76b2d6ab24f74c250
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: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/base/core.c