spl: remove unnecessary (& ARM specific) include of asm/utils.h
authorPaul Burton <paul.burton@imgtec.com>
Wed, 4 Sep 2013 15:12:23 +0000 (16:12 +0100)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Tue, 17 Sep 2013 17:03:44 +0000 (20:03 +0300)
commitdb6b5e8b028e1aab92bc2482b6e02c681819e7c9
treee47b963b1c27fe381d518f2b54b5ec83f32e98a2
parent152ba36362377bd1a7c99e7e50cf53b5a8851e5c
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>
common/spl/spl_mmc.c