]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: gbe: Make needlessly global symbols static in drivers/video/gbefb.c
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Mon, 30 Mar 2009 19:53:26 +0000 (22:53 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 14 May 2009 12:50:25 +0000 (13:50 +0100)
commite81ce204e7834af2e4db430666633e59c39d1ae7
treed06b169c677b36fd8c8437a11b2b488884539dd2
parent7e4dc6745fef7fdf76928491c034cf783b9ecf5b
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