From e3d077143d5a4ed5875bb008de534cc7aae39adc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Tue, 11 Mar 2014 09:02:37 +0800 Subject: [PATCH] ARM: rockchip: fix fpga compile error --- arch/arm/mach-rockchip/fpga.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-rockchip/fpga.c b/arch/arm/mach-rockchip/fpga.c index 171fd052b93a..fc3e22290ad5 100644 --- a/arch/arm/mach-rockchip/fpga.c +++ b/arch/arm/mach-rockchip/fpga.c @@ -20,11 +20,11 @@ #include #include #include +#include +#include +#include #include #include -#include "common.h" -#include "cpu.h" -#include "iomap.h" static struct map_desc rk3288_io_desc[] __initdata = { { -- 2.34.1