From: Vincent Stehlé Date: Wed, 10 Jul 2013 09:45:46 +0000 (+0200) Subject: ARM: imx: fix imx_init_l2cache storage class X-Git-Tag: v3.12-rc1~115^2~6^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10eff77074dd3557aac75d55badad973a451e2e6;p=pandora-kernel.git ARM: imx: fix imx_init_l2cache storage class This fixes the following compilation error: arch/arm/mach-imx/system.c:101:123: error: static declaration of ‘imx_init_l2cache’ follows non-static declaration In file included from arch/arm/mach-imx/system.c:32:0: arch/arm/mach-imx/common.h:165:13: note: previous declaration of ‘imx_init_l2cache’ was here arch/arm/mach-imx/system.c:101:123: warning: ‘imx_init_l2cache’ defined but not used [-Wunused-function] Signed-off-by: Vincent Stehlé Cc: Sascha Hauer Cc: Russell King Signed-off-by: Shawn Guo --- Reading git-diff-tree failed