From: Ben Dooks Date: Fri, 17 Apr 2009 11:36:46 +0000 (+0100) Subject: [ARM] Anubis: Fix sparse warnings for items that should be static X-Git-Tag: v2.6.30-rc3~61^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019dbaa11db56d8e5d868e02421ff236a054c0d8;p=pandora-kernel.git [ARM] Anubis: Fix sparse warnings for items that should be static Make 'anubis_ide_platdata' statis as it is not used outside the file it is in, fixing the following sparse warning: mach-anubis.c:246:27: warning: symbol 'anubis_ide_platdata' was not declared. Should it be static? Signed-off-by: Ben Dooks Signed-off-by: Ben Dooks --- Reading git-diff-tree failed