aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/momentum/ocelot_g/dbg_io.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-02-07 00:30:38 +0000
committerSteve French <sfrench@us.ibm.com>2007-02-07 00:30:38 +0000
commit1d9564ea0ac72ef7c4068d66fe42ad23af4ff53f (patch)
treefa63b4c1bbd775252f71d05fef4de6a904eb4448 /arch/mips/momentum/ocelot_g/dbg_io.c
parent87f440e70e07dace7db130f2f9fcea3f132aad8f (diff)
parentdda2ac15d23b38e4335e858848aa8c9a6710304f (diff)
downloadkernel_samsung_crespo-1d9564ea0ac72ef7c4068d66fe42ad23af4ff53f.zip
kernel_samsung_crespo-1d9564ea0ac72ef7c4068d66fe42ad23af4ff53f.tar.gz
kernel_samsung_crespo-1d9564ea0ac72ef7c4068d66fe42ad23af4ff53f.tar.bz2
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'arch/mips/momentum/ocelot_g/dbg_io.c')
-rw-r--r--arch/mips/momentum/ocelot_g/dbg_io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/momentum/ocelot_g/dbg_io.c b/arch/mips/momentum/ocelot_g/dbg_io.c
index 2128684..32d6fb4 100644
--- a/arch/mips/momentum/ocelot_g/dbg_io.c
+++ b/arch/mips/momentum/ocelot_g/dbg_io.c
@@ -1,6 +1,4 @@
-#ifdef CONFIG_KGDB
-
#include <asm/serial.h> /* For the serial port location and base baud */
/* --- CONFIG --- */
@@ -121,5 +119,3 @@ int putDebugChar(uint8 byte)
UART16550_WRITE(OFS_SEND_BUFFER, byte);
return 1;
}
-
-#endif