From 33f9000669835b47c13dc83f889442084373b845 Mon Sep 17 00:00:00 2001 From: lintao Date: Tue, 16 Sep 2014 11:31:51 +0800 Subject: [PATCH] fix compile error --- drivers/mmc/host/dw_mmc-rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-rockchip.c b/drivers/mmc/host/dw_mmc-rockchip.c index b9aa0a9ab246..bacca5ea0a9c 100755 --- a/drivers/mmc/host/dw_mmc-rockchip.c +++ b/drivers/mmc/host/dw_mmc-rockchip.c @@ -20,7 +20,7 @@ #include #include #include - +#include #include "rk_sdmmc.h" #include "dw_mmc-pltfm.h" #include "../../clk/rockchip/clk-ops.h" -- 2.34.1