diff options
author | Julia Lawall <[email protected]> | 2015-03-11 17:56:34 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2015-03-11 20:39:15 +0100 |
commit | 18b44b2b950a0746abe7466021e842c6d7e96443 (patch) | |
tree | 2fffe4f1ca226450c86004f9223c9741cc6d45c1 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 2ec591ac7422048f6148c762d6cb8fb96d9a290b (diff) |
EDAC, i82443bxgx: Don't export static symbol
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@r@
type T;
identifier f;
@@
static T f (...) { ... }
@@
identifier r.f;
declarer name EXPORT_SYMBOL_GPL;
@@
-EXPORT_SYMBOL_GPL(f);
// </smpl>
Signed-off-by: Julia Lawall <[email protected]>
Cc: Doug Thompson <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: Tim Small <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions