浏览代码

ColdFire: uart: fix build failure for missing header files

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>
Alison Wang 12 年之前
父节点
当前提交
39c7a26352
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/serial/mcfuart.c

+ 2 - 0
drivers/serial/mcfuart.c

@@ -28,6 +28,8 @@
  */
 
 #include <common.h>
+#include <serial.h>
+#include <linux/compiler.h>
 
 #include <asm/immap.h>
 #include <asm/uart.h>