diff options
author | Nobuhiro Iwamatsu | 2012-03-21 14:48:34 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2012-03-26 10:09:31 +0900 |
commit | e1bc28f02a5f15f80f268086cc844386e1bb36b9 (patch) | |
tree | 28259da7da1a647c73d9a1115a2da75261a2163a /arch/sh/lib/board.c | |
parent | 4f0e84774674eb7a98273d5d9ba15807050d4326 (diff) |
sh: Add header file of MMC framework
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/lib/board.c')
-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 d9c0c228e06..eb021e806ce 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 |