From 822b9c09c16a6b2244ecd7f73e113c00db7584a8 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Sun, 11 Feb 2018 19:47:50 +0800 Subject: [PATCH] rockchip: phycore-rk3288: fix compile warning Change-Id: Iaa874efe1446b788e45415e8b70473b105014727 Signed-off-by: Kever Yang --- board/phytec/phycore_rk3288/phycore-rk3288.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/phytec/phycore_rk3288/phycore-rk3288.c b/board/phytec/phycore_rk3288/phycore-rk3288.c index a81954e780..175c017a14 100644 --- a/board/phytec/phycore_rk3288/phycore-rk3288.c +++ b/board/phytec/phycore_rk3288/phycore-rk3288.c @@ -12,6 +12,7 @@ #include #include #include "som.h" +#include static int valid_rk3288_som(struct rk3288_som *som) {