From db6b5e8b028e1aab92bc2482b6e02c681819e7c9 Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Wed, 4 Sep 2013 16:12:23 +0100 Subject: [PATCH] spl: remove unnecessary (& ARM specific) include of asm/utils.h ARM is the only architecture which includes this header and nothing in spl_mmc.c makes use of it. Remove the include. Signed-off-by: Paul Burton --- common/spl/spl_mmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c index f27b4c277b..5e7e0feee3 100644 --- a/common/spl/spl_mmc.c +++ b/common/spl/spl_mmc.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- 2.25.1