From: Paul Burton <paul.burton@imgtec.com> Date: Wed, 4 Sep 2013 15:12:23 +0000 (+0100) Subject: spl: remove unnecessary (& ARM specific) include of asm/utils.h X-Git-Tag: v2025.01-rc5-pxa1908~15888^2~8 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=db6b5e8b028e1aab92bc2482b6e02c681819e7c9;p=u-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 <paul.burton@imgtec.com> --- 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 <common.h> #include <spl.h> #include <asm/u-boot.h> -#include <asm/utils.h> #include <mmc.h> #include <fat.h> #include <version.h>