Pull sony into release branch
[pandora-kernel.git] / arch / mips / momentum / ocelot_c / dbg_io.c
index f0a6a38..32d6fb4 100644 (file)
@@ -1,6 +1,3 @@
-#include <linux/config.h>
-
-#ifdef CONFIG_KGDB
 
 #include <asm/serial.h> /* For the serial port location and base baud */
 
@@ -122,5 +119,3 @@ int putDebugChar(uint8 byte)
        UART16550_WRITE(OFS_SEND_BUFFER, byte);
        return 1;
 }
-
-#endif