From: Laurent Pinchart Date: Tue, 16 Apr 2013 15:16:20 +0000 (+0200) Subject: ARM: shmobile: r8a7790: Make private clock arrays static X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~70^2~10^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72378a4ab7fc30e1ad6a5266218ccc7933d60370;p=pandora-kernel.git ARM: shmobile: 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed