From: Adrian Bunk Date: Mon, 10 Jul 2006 11:44:21 +0000 (-0700) Subject: [PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSED X-Git-Tag: accepted/tizen/common/20141203.182822~36165 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0fc84d2e5bb4a9e3ae470812a00cccba85a48b8;p=platform%2Fkernel%2Flinux-arm64.git [PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSED This patch marks unused exports as EXPORT_SYMBOL_UNUSED. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/printk.c b/kernel/printk.c index bdba5d8..65ca068 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -52,7 +52,7 @@ int console_printk[4] = { DEFAULT_CONSOLE_LOGLEVEL, /* default_console_loglevel */ }; -EXPORT_SYMBOL(console_printk); +EXPORT_UNUSED_SYMBOL(console_printk); /* June 2006 */ /* * Low lever drivers may need that to know if they can schedule in @@ -773,7 +773,7 @@ int is_console_locked(void) { return console_locked; } -EXPORT_SYMBOL(is_console_locked); +EXPORT_UNUSED_SYMBOL(is_console_locked); /* June 2006 */ /** * release_console_sem - unlock the console system