commit | b6d57ae97af3c38d28f066b5e47b7d58e468728a | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@movial.com> | Mon Mar 30 22:53:26 2009 +0300 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 14 13:50:25 2009 +0100 |
tree | d06b169c677b36fd8c8437a11b2b488884539dd2 | |
parent | ae5373874a393d36d0fbc1a21c1b81e52736a4f2 [diff] |
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>