From: lintao Date: Tue, 16 Sep 2014 03:31:51 +0000 (+0800) Subject: fix compile error X-Git-Tag: firefly_0821_release~4698 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33f9000669835b47c13dc83f889442084373b845;p=firefly-linux-kernel-4.4.55.git fix compile error --- 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"