diff options
author | Johannes Berg <[email protected]> | 2014-01-16 10:18:48 +1030 |
---|---|---|
committer | Rusty Russell <[email protected]> | 2014-01-16 10:23:02 +1030 |
commit | 7b4ec8dd7d4ac467e9eee4d49f2c9574d773efbb (patch) | |
tree | e23b69d94fe0cc82a67c6b281ca4d0d2c4d4855e /tools/perf/util/trace-event-scripting.c | |
parent | 74e22fac8858f83af9b589f1dcb004ccf4991003 (diff) |
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 <[email protected]>
Acked-by: Andi Kleen <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions