diff options
| author | Julia Lawall <[email protected]> | 2015-03-11 17:56:37 +0100 |
|---|---|---|
| committer | Nicholas Bellinger <[email protected]> | 2015-03-20 11:42:54 -0700 |
| commit | 5bc6510f919be9875fbbea3d8c1f6f33f9265a31 (patch) | |
| tree | 739dd3be70407648b28bd6db18c72387cb3fd139 /tools/perf/scripts/python | |
| parent | 62554910a94a62f7b9b79cee3ca6bac95abe3c29 (diff) | |
iscsi-target: 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;
@@
-EXPORT_SYMBOL(f);
// </smpl>
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Nicholas Bellinger <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions