Tag: f55ac0655a6e42d8299b78c23ee70301f7956d5e

clk: 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 Fixes: 035a61c314eb “clk: Make clk API return per-user struct clk instances” Signed-off-by: Stephen Boyd …

Continue reading