patch-2.2.14 linux/include/asm-ppc/serial.h

Next file: linux/include/asm-ppc/smp.h
Previous file: linux/include/asm-ppc/prom.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.13/linux/include/asm-ppc/serial.h linux/include/asm-ppc/serial.h
@@ -4,7 +4,10 @@
 
 #include <linux/config.h>
 
-#ifdef CONFIG_APUS
+#if defined(CONFIG_GEMINI)
+#include <asm/gemini_serial.h>
+#else
+#if defined(CONFIG_APUS)
 #include <asm-m68k/serial.h>
 #else
 
@@ -119,5 +122,5 @@
 	EXTRA_SERIAL_PORT_DEFNS		\
 	HUB6_SERIAL_PORT_DFNS		\
 	MCA_SERIAL_PORT_DFNS
-
-#endif /* CONFIG_APUS */
+#endif
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)