aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap_device.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2015-03-11 17:56:36 +0100
committerArnd Bergmann <[email protected]>2015-03-13 11:02:15 +0100
commitdc0961bc816b9365cb37a68b34e84b625f7c7f0f (patch)
tree06b4bf46d1f88af478fdf692c4bee05c2f097129 /arch/arm/mach-omap2/omap_device.c
parent13a7a6ac0a11197edcd0f756a035f472b42cdf8b (diff)
ARM: cns3xxx: 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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Krzysztof Halasa <[email protected]>
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.c')
0 files changed, 0 insertions, 0 deletions