Fix linker warning
commit3f7c0b14ca65785f9b0ec0c8579f76df96128a6a
authorblueswirl <blueswirl@f158a5a8-5612-0410-a976-696ce0be7e32>
Sat, 27 Mar 2010 13:20:54 +0000 (27 13:20 +0000)
committerblueswirl <blueswirl@f158a5a8-5612-0410-a976-696ce0be7e32>
Sat, 27 Mar 2010 13:20:54 +0000 (27 13:20 +0000)
treec690a9be90195dcbf94f729f986a87bfcbea0026
parentcdf38f2f58e3cda58857eef1ddd597c7a20576f7
Fix linker warning

There were two global symbols named 'entry':
  LINK  openbios-builtin.elf
libsparc32.a(entry.o): warning: definition of `entry' overriding common
libsparc32.a(boot.o): warning: common is here

Add 'static' to hide the boot.c one.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@716 f158a5a8-5612-0410-a976-696ce0be7e32
arch/sparc32/boot.c