]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ColdFire: uart: fix build failure for missing header files
authorAlison Wang <b18965@freescale.com>
Thu, 18 Oct 2012 16:54:38 +0000 (16:54 +0000)
committerjason <jason@jason-ThinkPad-T61.(none)>
Fri, 19 Oct 2012 15:52:16 +0000 (23:52 +0800)
The following commit introduces some build failures for ColdFire
platform.

commit abaef69fbe683197607febeb2cc619490aca2a10
Author: Marek Vasut <marex@denx.de>
Date:   Thu Sep 13 16:51:38 2012 +0200

Add the missed header files.

Sign-off-by: Alison Wang <b18965@freescale.com>
drivers/serial/mcfuart.c

index 8ea9af0f610e20359e3f7253e5e2bd4e77222776..7e25797661b8892965b3c5d5a75edcf2eb1b2dd2 100644 (file)
@@ -28,6 +28,8 @@
  */
 
 #include <common.h>
+#include <serial.h>
+#include <linux/compiler.h>
 
 #include <asm/immap.h>
 #include <asm/uart.h>