Tag: 76830b267aecf127aea6e9c86230a01b57eb9282

libertas_tf: if_usb.c: don’t export static symbol

Author: Julia Lawall <Julia.Lawall@lip6.fr> The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ type T; identifier f; @@ static T f (…) { … } @@ identifier r.f; declarer name EXPORT_SYMBOL_GPL; @@ -EXPORT_SYMBOL_GPL(f); // Signed-off-by: Julia Lawall Signed-off-by: Kalle Valo — drivers/net/wireless/libertas_tf/if_usb.c | 2 — 1 file changed, 2 deletions(-)   …

Continue reading