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

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

diff -u --recursive --new-file v2.1.114/linux/include/asm-ppc/serial.h linux/include/asm-ppc/serial.h
@@ -4,6 +4,10 @@
 
 #include <linux/config.h>
 
+#ifdef CONFIG_APUS
+#include <asm-m68k/serial.h>
+#else
+
 /*
  * This assumes you have a 1.8432 MHz clock for your UART.
  *
@@ -116,3 +120,4 @@
 	HUB6_SERIAL_PORT_DFNS		\
 	MCA_SERIAL_PORT_DFNS
 
+#endif /* CONFIG_APUS */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov