Tag: dc0961bc816b9365cb37a68b34e84b625f7c7f0f

ARM: cns3xxx: 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; @@ -EXPORT_SYMBOL(f); // Signed-off-by: Julia Lawall Signed-off-by: Arnd Bergmann Acked-by: Krzysztof Halasa — arch/arm/mach-cns3xxx/pm.c | 1 – 1 file changed, …

Continue reading