]> asedeno.scripts.mit.edu Git - linux.git/commit
sh: sh7724: Don't use a public mmc header for MMC_PROGRESS*
authorUlf Hansson <ulf.hansson@linaro.org>
Fri, 30 Dec 2016 12:47:14 +0000 (13:47 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:19:56 +0000 (13:19 +0100)
commit608241f36ad6d11f18cff8f415048bb5dfe6403b
tree0539cbed9eb006b285ce4df89cef533edbe979d5
parent40165de23df9ed4a630dcd991d63b8cb453e4ba8
sh: sh7724: Don't use a public mmc header for MMC_PROGRESS*

The enum that specifies the MMC_PROGRESS* types, is a sh mmcif specific
thing and has no relevance in a public mmc header. Currently it's used only
by the sh romImage MMCIF boot, so let's instead define the enum in there
and rename the types to MMCIF_* to show this.

Cc: linux-sh@vger.kernel.org
Cc: Simon Horman <horms@verge.net.au>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
arch/sh/boot/romimage/mmcif-sh7724.c