x86: make early_console static in early_printk.c
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 1 Feb 2008 16:49:42 +0000 (17:49 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 1 Feb 2008 16:49:42 +0000 (17:49 +0100)
commitbb0e1290876a534d542f624cd549dab90cc767c4
tree2cf1ebdb24a500dc4531ea59fffbf3773f74fc10
parent9347e0b0ce6255f4abef462d373577e7c8362fc6
x86: make early_console static in early_printk.c

Not necessary to expose it, also fixes sparse warning.

arch/x86/kernel/early_printk.c:196:16: warning: symbol 'early_console' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/early_printk.c