[PATCH] ppc32: Serial fix for PAL4

From: Tom Rini
Date: Tue Mar 15 2005 - 13:25:51 EST


Add PAL4's bit to <asm-ppc/serial.h>

Signed-off-by: Tom Rini <trini@xxxxxxxxxxxxxxxxxxx>

diff -urN linux-2.6.11/include/asm-ppc/serial.h linuxppc-2.6.11/include/asm-ppc/serial.h
--- linux-2.6.11/include/asm-ppc/serial.h 2005-03-02 00:38:26.000000000 -0700
+++ linuxppc-2.6.11/include/asm-ppc/serial.h 2005-03-15 09:00:44.000000000 -0700
@@ -22,6 +22,8 @@
#include <platforms/mcpn765.h>
#elif defined(CONFIG_MVME5100)
#include <platforms/mvme5100.h>
+#elif defined(CONFIG_PAL4)
+#include <platforms/pal4_serial.h>
#elif defined(CONFIG_PRPMC750)
#include <platforms/prpmc750.h>
#elif defined(CONFIG_PRPMC800)

--
Tom Rini
http://gate.crashing.org/~trini/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/