From: Johannes Berg Date: Wed, 15 Jan 2014 23:48:48 +0000 (+1030) Subject: export: declare ksymtab symbols X-Git-Tag: v3.14-rc1~124^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4ec8dd7d4ac467e9eee4d49f2c9574d773efbb;p=pandora-kernel.git 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 Acked-by: Andi Kleen Signed-off-by: Rusty Russell --- Reading git-diff-tree failed