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
..
2014-01-15 13:46:44 +11:00
2015-03-31 22:23:18 -05:00
2015-02-13 21:21:36 -08:00
2012-07-11 14:18:22 +10:00
2015-01-13 21:58:45 -07:00
2013-06-20 16:55:08 +10:00
2014-01-15 13:46:44 +11:00
2010-03-04 10:43:58 -06:00
2010-04-19 23:13:03 -05:00
2013-10-09 20:04:11 -05:00
2014-06-24 14:29:46 +10:00
2006-11-01 14:52:48 +11:00
2008-12-21 14:21:15 +11:00
2014-09-25 23:14:45 +10:00
2014-03-04 17:37:51 +01:00
2012-07-26 13:24:32 -05:00
2012-03-16 14:50:25 -05:00
2014-10-20 16:20:13 +02:00
2013-11-07 10:34:46 -06:00
2014-01-10 17:19:27 -06:00
2012-09-12 14:57:10 -05:00
2013-07-01 18:38:42 -05:00
2015-03-23 19:51:18 -05:00
2015-03-23 19:51:18 -05:00
2015-02-11 18:15:38 -08:00
2014-03-19 22:37:44 -05:00
2014-10-20 16:20:13 +02:00
2014-12-14 16:10:09 -08:00
2014-11-12 23:56:16 -06:00
2014-05-22 18:08:13 -05:00
2014-11-10 09:59:34 +11:00
2013-10-30 22:56:10 +01:00
2011-07-12 09:28:04 -05:00
2014-01-15 13:46:44 +11:00
2015-01-29 19:56:15 -06:00
2014-11-10 09:59:26 +11:00
2012-02-14 14:06:50 -07:00
2014-05-01 08:26:30 +10:00
2014-05-01 08:26:30 +10:00
2014-06-25 18:49:40 -05:00
2011-06-10 14:55:36 +02:00
2014-11-10 09:59:34 +11:00
2014-01-15 13:46:44 +11:00
2007-07-10 00:33:51 -05:00
2014-10-20 16:20:13 +02:00
2013-10-24 11:42:51 +01:00
2014-12-11 17:48:14 -08:00
2014-01-09 17:52:14 -06:00
2014-12-11 17:48:14 -08:00
2015-03-23 19:51:17 -05:00
2012-09-12 14:57:10 -05:00
2014-10-15 13:09:33 +11:00
2014-09-25 23:14:46 +10:00
2013-01-03 15:57:04 -08:00
2012-02-16 06:11:22 -07:00
2014-01-16 16:31:31 +00:00
2007-09-22 14:49:21 +10:00
2013-10-09 20:04:11 -05:00
2014-10-20 16:20:13 +02:00
2014-11-10 09:59:34 +11:00
2010-07-05 16:14:30 -06:00
2014-12-29 15:45:43 +11:00
2014-12-14 16:10:09 -08:00
2013-12-10 11:25:04 +11:00
2014-11-10 09:59:26 +11:00
2011-12-09 07:51:02 -05:00
2013-10-09 20:04:11 -05:00
2013-07-15 11:25:01 +09:30
2013-11-06 14:13:50 +11:00
2011-10-31 19:30:44 -04:00
2008-12-30 11:13:45 -06:00
2012-03-28 18:30:02 +01:00
2012-02-16 06:11:23 -07:00
2014-01-15 13:46:44 +11:00
2014-11-10 09:59:26 +11:00
2014-09-25 23:14:46 +10:00
2014-09-25 23:14:46 +10:00