]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: sh-mobile: r8a7790: Make private clock arrays static
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 16 Apr 2013 15:16:20 +0000 (17:16 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 22 May 2013 12:46:07 +0000 (21:46 +0900)
commite83857efd5af9c9835a2ceb253518bb173eb551d
treebd51dacd8fcf6a7d3a13c40bbd256baffa28edb2
parent13632232fb8de6e2dfcaa4bf2baa14ad2b5311ca
ARM: sh-mobile: r8a7790: Make private clock arrays static

Both clock-r8a7740.c and clock-r8a7790.c define a div4_clks array as
non-static. Compiling support for both SoCs thus result in a symbol
redefinition. Fix it by defining the arrays as static.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/clock-r8a7790.c