diff options
author | Simon Horman <horms@verge.net.au> | 2010-12-06 00:12:44 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-12-08 16:24:21 +0900 |
commit | 9f843706bb87837b823228467f4f83973fd110e9 (patch) | |
tree | 8072b05668ce169120f74733f3a9cdda1e24ee80 /arch/sh/boot | |
parent | 22efa0fee32d9e7f6f6fbc396a872b5708d86048 (diff) |
mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.h
Allow MMCIF_PROGRESS_* to be shared.
Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot')
-rw-r--r-- | arch/sh/boot/romimage/mmcif-sh7724.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/boot/romimage/mmcif-sh7724.c b/arch/sh/boot/romimage/mmcif-sh7724.c index 14863d7292c..16b9c6fa7de 100644 --- a/arch/sh/boot/romimage/mmcif-sh7724.c +++ b/arch/sh/boot/romimage/mmcif-sh7724.c @@ -21,9 +21,6 @@ #define HIZCRC 0xa405015c #define DRVCRA 0xa405018a -enum { MMCIF_PROGRESS_ENTER, MMCIF_PROGRESS_INIT, - MMCIF_PROGRESS_LOAD, MMCIF_PROGRESS_DONE }; - /* SH7724 specific MMCIF loader * * loads the romImage from an MMC card starting from block 512 |