From: Laurent Pinchart Date: Tue, 16 Apr 2013 15:16:19 +0000 (+0200) Subject: ARM: shmobile: r8a7740: Make private clock arrays static X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~70^2~10^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2482c589c3299c3c4aaf2f9c27e1759e972492a4;p=pandora-kernel.git ARM: shmobile: r8a7740: 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. To avoid further similar issues, also define the main_clks as static. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- Reading git-diff-tree failed