vserver 1.9.5.x5
[linux-2.6.git] / arch / mips / pmc-sierra / yosemite / dbg_io.c
index 1ff8d95..0f659c9 100644 (file)
@@ -31,9 +31,6 @@
  * the interrupt came from channel A or B.
  */
 
-#include <linux/config.h>
-
-#if defined(CONFIG_KGDB)
 #include <asm/serial.h>
 
 /*
@@ -181,4 +178,3 @@ int putDebugChar(unsigned char byte)
 
        return 1;
 }
-#endif