x86: bios_uv.c: uv_systab should be static
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Mon, 29 Dec 2008 16:42:50 +0000 (22:12 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 30 Dec 2008 06:08:28 +0000 (22:08 -0800)
commitc62e9d56ea90ef94f9708ce3f11860c20fa5e135
tree5a2739483814abff40b7be4db77de214e6175c9b
parent4d08d97f5262dab4482af5bc91b30af4ca02269e
x86: bios_uv.c: uv_systab should be static

Impact: cleanup, reduce kernel size a bit, avoid sparse warning

Fixes sparse warning:
arch/x86/kernel/bios_uv.c:28:18: warning: symbol 'uv_systab' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/bios_uv.c