diff options
| author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-21 14:48:34 +0900 | 
|---|---|---|
| committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-03-26 10:09:31 +0900 | 
| commit | e1bc28f02a5f15f80f268086cc844386e1bb36b9 (patch) | |
| tree | 28259da7da1a647c73d9a1115a2da75261a2163a | |
| parent | 4f0e84774674eb7a98273d5d9ba15807050d4326 (diff) | |
| download | olio-uboot-2014.01-e1bc28f02a5f15f80f268086cc844386e1bb36b9.tar.xz olio-uboot-2014.01-e1bc28f02a5f15f80f268086cc844386e1bb36b9.zip | |
sh: Add header file of MMC framework
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
| -rw-r--r-- | arch/sh/lib/board.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/sh/lib/board.c b/arch/sh/lib/board.c index d9c0c228e..eb021e806 100644 --- a/arch/sh/lib/board.c +++ b/arch/sh/lib/board.c @@ -25,6 +25,7 @@  #include <version.h>  #include <watchdog.h>  #include <net.h> +#include <mmc.h>  #include <environment.h>  #ifdef CONFIG_BITBANGMII |