ChangeSet 1.2296, 2005/03/24 21:10:51+00:00, [EMAIL PROTECTED]

        [SERIAL] Remove SERIAL_INLINE, and move debug macro to 8250_pci.c
        
        This removes the unnecessary SERIAL_INLINE macro, and moves
        SERIAL_DEBUG_PCI to 8250_pci.c
        
        Signed-off-by: Russell King <[EMAIL PROTECTED]>



 8250.h     |    6 ------
 8250_pci.c |    2 ++
 2 files changed, 2 insertions(+), 6 deletions(-)


diff -Nru a/drivers/serial/8250.h b/drivers/serial/8250.h
--- a/drivers/serial/8250.h     2005-03-26 11:28:24 -08:00
+++ b/drivers/serial/8250.h     2005-03-26 11:28:24 -08:00
@@ -51,13 +51,7 @@
 #define UART_CAP_AFE   (1 << 11)       /* MCR-based hw flow control */
 #define UART_CAP_UUE   (1 << 12)       /* UART needs IER bit 6 set (Xscale) */
 
-#undef SERIAL_DEBUG_PCI
-
 #if defined(__i386__) && (defined(CONFIG_M386) || defined(CONFIG_M486))
-#define SERIAL_INLINE
-#endif
-  
-#ifdef SERIAL_INLINE
 #define _INLINE_ inline
 #else
 #define _INLINE_
diff -Nru a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c
--- a/drivers/serial/8250_pci.c 2005-03-26 11:28:24 -08:00
+++ b/drivers/serial/8250_pci.c 2005-03-26 11:28:24 -08:00
@@ -31,6 +31,8 @@
 
 #include "8250.h"
 
+#undef SERIAL_DEBUG_PCI
+
 /*
  * Definitions for PCI support.
  */
-
To unsubscribe from this list: send the line "unsubscribe bk-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