summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2014-01-16 00:48:48 +0100
committerRusty Russell <rusty@rustcorp.com.au>2014-01-16 00:53:02 +0100
commit7b4ec8dd7d4ac467e9eee4d49f2c9574d773efbb (patch)
treee23b69d94fe0cc82a67c6b281ca4d0d2c4d4855e /kernel/module.c
parentmodule.h: Remove unnecessary semicolon (diff)
downloadlinux-7b4ec8dd7d4ac467e9eee4d49f2c9574d773efbb.tar.xz
linux-7b4ec8dd7d4ac467e9eee4d49f2c9574d773efbb.zip
export: declare ksymtab symbols
sparse complains about any __ksymtab symbols with the following: warning: symbol '__ksymtab_...' was not declared. Should it be static? due to Andi's patch making it non-static. Mollify sparse by declaring the symbol extern, otherwise we get drowned in sparse warnings for anything that uses EXPORT_SYMBOL in the sources, making it easy to miss real warnings. Fixes: e0f244c63fc9 ("asmlinkage, module: Make ksymtab [...] __visible") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Acked-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'kernel/module.c')
0 files changed, 0 insertions, 0 deletions