mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 03:23:32 -04:00
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>
This commit is contained in:
parent
87c9b18687
commit
39c7a26352
@ -28,6 +28,8 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <serial.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
#include <asm/immap.h>
|
||||
#include <asm/uart.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user