commit | 6b9f53bc102d4e61b73c13f661de4a1c358768c1 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Wed Mar 11 17:56:25 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 12 00:03:34 2015 -0400 |
tree | 667166df5e4110d4a549942ae45f8003e99c7405 | |
parent | 84ed82b74dcb23d96cee2987612a677ffd2b5470 [diff] |
net/mlx5_core: 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> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>