[ARM] JIVE: Fix sparse warnings about items which should be static
authorBen Dooks <ben@simtec.co.uk>
Fri, 17 Apr 2009 11:36:45 +0000 (12:36 +0100)
committerBen Dooks <ben-linux@fluff.org>
Fri, 17 Apr 2009 11:42:24 +0000 (12:42 +0100)
commit59c1ab60909ffacbf978ac72e4bb1d40d79f1465
treebc1f55305280565d290b8c3bf9884a321ca204dc
parentad14ff37496baa4bee98ea99db8bb8615c648b49
[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 <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2412/mach-jive.c