From: Paul Burton Date: Wed, 4 Sep 2013 15:12:23 +0000 (+0100) Subject: spl: remove unnecessary (& ARM specific) include of asm/utils.h X-Git-Tag: v2013.10-rc4~26^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db6b5e8b028e1aab92bc2482b6e02c681819e7c9;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c index f27b4c2..5e7e0fe 100644 --- a/common/spl/spl_mmc.c +++ b/common/spl/spl_mmc.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include