[PATCH] make lots of things static
[deliverable/linux.git] / arch / x86_64 / kernel / early_printk.c
index 750bcd0655dc00275c0fd58f5c71543fb8d284af..e3a19e8ebbf86c4fee14be2b7f92944635544c70 100644 (file)
@@ -60,7 +60,7 @@ static struct console early_vga_console = {
 
 /* 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
 
This page took 0.022845 seconds and 5 git commands to generate.