From: Dmitri Vorobiev Date: Mon, 30 Mar 2009 19:53:26 +0000 (+0300) Subject: MIPS: gbe: Make needlessly global symbols static in drivers/video/gbefb.c X-Git-Tag: linux-omap-v2.6.30-rc6~13^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d57ae97af3c38d28f066b5e47b7d58e468728a;p=pandora-kernel.git MIPS: gbe: Make needlessly global symbols static in drivers/video/gbefb.c The following symbols are needlessly defined global: default_mode default_var gbe_mem_phys gbe_turn_off gbefb_exit gbefb_init gbefb_setup This error was noticed by namespacecheck when compiling ip32_defconfig. This patch makes the symbols static. Signed-off-by: Dmitri Vorobiev Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed