]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Feb 2014 19:38:36 +0000 (11:38 -0800)
commit5c764dfaefc582d9c3e2bbd52ae2e30747af8a37
treeb9b3c6ad4e8937bb7a70dade4faee441de84e31b
parentbce6618a11ca4ca3cb5d6a2a1d43c00f8301d2b2
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c