[PATCH] make lots of things static
[pandora-kernel.git] / arch / x86_64 / kernel / early_printk.c
index 750bcd0..e3a19e8 100644 (file)
@@ -60,7 +60,7 @@ static struct console early_vga_console = {
 
 /* Serial functions loosely based on a similar package from Klaus P. Gerlicher */ 
 
 
 /* Serial functions loosely based on a similar package from Klaus P. Gerlicher */ 
 
-int early_serial_base = 0x3f8;  /* ttyS0 */ 
+static int early_serial_base = 0x3f8;  /* ttyS0 */
 
 #define XMTRDY          0x20
 
 
 #define XMTRDY          0x20