* [PATCH] trivial: unexport static function create_syslog_header
@ 2014-02-08 1:59 Jiang Liu
0 siblings, 0 replies; only message in thread
From: Jiang Liu @ 2014-02-08 1:59 UTC (permalink / raw)
To: Greg Kroah-Hartman, Jiri Kosina; +Cc: Jiang Liu, linux-kernel
Function create_syslog_header() is defined as static, so it should
not be exported.
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
---
drivers/base/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/base/core.c b/drivers/base/core.c
index 2b56717..b5d1b84 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -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)
--
1.7.10.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-08 1:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-08 1:59 [PATCH] trivial: unexport static function create_syslog_header Jiang Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®