From: Ben Dooks Date: Fri, 17 Apr 2009 11:36:45 +0000 (+0100) Subject: [ARM] JIVE: Fix sparse warnings about items which should be static X-Git-Tag: v2.6.30-rc3~61^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c1ab60909ffacbf978ac72e4bb1d40d79f1465;p=pandora-kernel.git [ARM] JIVE: Fix sparse warnings about items which should be static Make 'jive_vgg2432a4_display' and 'jive_lcd_config' static as they are not exported, and are generating the following sparse warnings: mach-jive.c:280:26: warning: symbol 'jive_vgg2432a4_display' was not declared. Should it be static? mach-jive.c:313:28: warning: symbol 'jive_lcd_config' was not declared. Should it be static? Signed-off-by: Ben Dooks Signed-off-by: Ben Dooks --- Reading git-diff-tree failed