Thread (8 messages) 8 messages, 5 authors, 2015-03-14

Re: [PATCH 13/15] ieee802154: don't export static symbol

From: Marcel Holtmann <marcel@holtmann.org>
Date: 2015-03-14 16:13:37
Also in: kernel-janitors, lkml

Hi Julia,
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 <redacted>

---
net/ieee802154/nl-mac.c |    1 -
1 file changed, 1 deletion(-)
patch has been applied to bluetooth-next tree.

Regards

Marcel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help