diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2015-03-11 17:56:36 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-03-13 11:02:15 +0100 |
commit | dc0961bc816b9365cb37a68b34e84b625f7c7f0f (patch) | |
tree | 06b4bf46d1f88af478fdf692c4bee05c2f097129 /lib/locking-selftest-spin-hardirq.h | |
parent | Linux 4.0-rc2 (diff) | |
download | linux-dc0961bc816b9365cb37a68b34e84b625f7c7f0f.tar.xz linux-dc0961bc816b9365cb37a68b34e84b625f7c7f0f.zip |
ARM: cns3xxx: 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 <Julia.Lawall@lip6.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Krzysztof Halasa <khalasa@piap.pl>
Diffstat (limited to 'lib/locking-selftest-spin-hardirq.h')
0 files changed, 0 insertions, 0 deletions