From: Tom Rini Add PAL4's bit to Signed-off-by: Tom Rini Signed-off-by: Andrew Morton --- 25-akpm/include/asm-ppc/serial.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-ppc/serial.h~ppc32-serial-fix-for-pal4 include/asm-ppc/serial.h --- 25/include/asm-ppc/serial.h~ppc32-serial-fix-for-pal4 2005-03-15 22:22:48.000000000 -0800 +++ 25-akpm/include/asm-ppc/serial.h 2005-03-15 22:22:48.000000000 -0800 @@ -22,6 +22,8 @@ #include #elif defined(CONFIG_MVME5100) #include +#elif defined(CONFIG_PAL4) +#include #elif defined(CONFIG_PRPMC750) #include #elif defined(CONFIG_PRPMC800) _