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

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

From: Alexander Aring <alex.aring@gmail.com>
Date: 2015-03-11 18:17:17
Also in: kernel-janitors, lkml

On Wed, Mar 11, 2015 at 05:56:35PM +0100, Julia Lawall wrote:
From: Julia Lawall <redacted>

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>
Acked-by: Alexander Aring <alex.aring@gmail.com>

Marcel can you please queue this into bluetooth-next, or even bluetooth?

Thanks.

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