From: Kumar Gala <galak@freescale.com> Updated prpmc750 platform code to include serial_reg.h to fix building. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> --- arch/ppc/platforms/prpmc750.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/ppc/platforms/prpmc750.c~ppc32-fix-building-of-prpmc750 arch/ppc/platforms/prpmc750.c --- devel/arch/ppc/platforms/prpmc750.c~ppc32-fix-building-of-prpmc750 2005-07-26 00:16:28.000000000 -0700 +++ devel-akpm/arch/ppc/platforms/prpmc750.c 2005-07-26 00:16:28.000000000 -0700 @@ -29,6 +29,7 @@ #include <linux/ide.h> #include <linux/root_dev.h> #include <linux/slab.h> +#include <linux/serial_reg.h> #include <asm/byteorder.h> #include <asm/system.h> _