From: Peter De Schrijver Date: Thu, 7 Feb 2013 16:30:36 +0000 (+0200) Subject: clk: tegra: local arrays should be static X-Git-Tag: v3.9-rc1~116^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c154a339b7efe48f2801d7fb10199c57dddafd;p=pandora-kernel.git clk: tegra: local arrays should be static cclk_g_parents, cclk_lp_parents and sclk_parents are only accessed from within clk-tegra30.c. Declare them static to avoid namespace polution. Signed-off-by: Peter De Schrijver Acked-by: Mike Turquette Reviewed-by: Prashant Gaikwad Signed-off-by: Stephen Warren --- Reading git-diff-tree failed