]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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

index 4195364f9fdd0a8d3d5bf205c43baf597523573c..80b6a9b22f3e13c89362a792fdc9945ed4af79b9 100644 (file)
@@ -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)