Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4a969e1e223d517dd568c84ba3a66542a72c3680
Commit:     4a969e1e223d517dd568c84ba3a66542a72c3680
Parent:     be6e143741226ca59b24e6760de4578a5d4f98d7
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 1 05:45:14 2007 -0500
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Feb 6 16:53:17 2007 +0000

    [MIPS] Remove superfluous "ifdef CONFIG_KGDB".
    
    Given that the Makefiles involved already have conditional compilation of
     the form:
    
      obj-$(CONFIG_KGDB)      += dbg_io.o
    
    there seems to be little value for the dbg_io.c source files to check
    that config variable yet again.
    
    Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/gt64120/momenco_ocelot/dbg_io.c |    4 ----
 arch/mips/momentum/ocelot_c/dbg_io.c      |    4 ----
 arch/mips/momentum/ocelot_g/dbg_io.c      |    4 ----
 3 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/arch/mips/gt64120/momenco_ocelot/dbg_io.c 
b/arch/mips/gt64120/momenco_ocelot/dbg_io.c
index 2128684..32d6fb4 100644
--- a/arch/mips/gt64120/momenco_ocelot/dbg_io.c
+++ b/arch/mips/gt64120/momenco_ocelot/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
diff --git a/arch/mips/momentum/ocelot_c/dbg_io.c 
b/arch/mips/momentum/ocelot_c/dbg_io.c
index 2128684..32d6fb4 100644
--- a/arch/mips/momentum/ocelot_c/dbg_io.c
+++ b/arch/mips/momentum/ocelot_c/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
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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to