diff options
Diffstat (limited to 'drivers/mmc/jz_mmc.c')
-rw-r--r-- | drivers/mmc/jz_mmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/jz_mmc.c b/drivers/mmc/jz_mmc.c index ae3af3927d..61e48ee0f6 100644 --- a/drivers/mmc/jz_mmc.c +++ b/drivers/mmc/jz_mmc.c @@ -9,6 +9,7 @@ #include <common.h> #include <malloc.h> #include <mmc.h> +#include <asm/global_data.h> #include <asm/io.h> #include <asm/unaligned.h> #include <errno.h> |