From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Date: Mon, 09 Jan 2017 15:00:58 +0000 Subject: Re: [PATCH 01/21] sh: sh7724: Don't use a public mmc header for MMC_PROGRESS* Message-Id: List-Id: References: <1483102054-1752-1-git-send-email-ulf.hansson@linaro.org> <1483102054-1752-2-git-send-email-ulf.hansson@linaro.org> In-Reply-To: <1483102054-1752-2-git-send-email-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ulf Hansson Cc: "linux-mmc@vger.kernel.org" , Jaehoon Chung , Adrian Hunter , "linux-sh@vger.kernel.org" , Simon Horman , Yoshinori Sato , Rich Felker On Fri, Dec 30, 2016 at 1:47 PM, Ulf Hansson wrote: > 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 > Cc: Yoshinori Sato > Cc: Rich Felker > Signed-off-by: Ulf Hansson As Simon notices: this also needs to delete . With that: Reviewed-by: Linus Walleij Yours, Linus Walleij