Julia Lawall bb65f5048e powerpc: 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>

Furthermore, the function is never used, so its definition is dropped as
well.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2015-03-31 22:23:18 -05:00
..
2010-03-04 10:43:58 -06:00
2013-10-09 20:04:11 -05:00
2008-12-21 14:21:15 +11:00
2014-03-04 17:37:51 +01:00
2015-02-11 18:15:38 -08:00
2014-12-14 16:10:09 -08:00
2014-12-11 17:48:14 -08:00
2014-12-11 17:48:14 -08:00
2013-10-09 20:04:11 -05:00
2014-12-14 16:10:09 -08:00
2013-10-09 20:04:11 -05:00
2013-11-06 14:13:50 +11:00
2014-09-25 23:14:46 +10:00