MIPS: gbe: Make needlessly global symbols static in drivers/video/gbefb.c
commit217106fb616adcf13be91260c5b98b6e064c3e62
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Mon, 30 Mar 2009 19:53:26 +0000 (30 22:53 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 1 Apr 2009 11:39:02 +0000 (1 13:39 +0200)
tree653219fa8feba0644eecdc55e4a2734c892f07eb
parent2c7ffcfa0633ddd5bf3b8c1a3ee30831ee3dc5be
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 <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/video/gbefb.c