From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Mon, 21 May 2012 12:09:03 +0800 Subject: [PATCH 3/4] MXS-MMC: Move of_match_table out of CONFIG_PM In-Reply-To: <1337562140-5739-3-git-send-email-marex@denx.de> References: <1337562140-5739-1-git-send-email-marex@denx.de> <1337562140-5739-3-git-send-email-marex@denx.de> Message-ID: <20120521040902.GE5810@S2100-06.ap.freescale.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Chris, Do you want me to queue this up for 3.5-rc with arm-soc tree or you can do that with mmc tree? In case you can take care of it: Acked-by: Shawn Guo Marek, In case Chris want to take the patch and would ask you to repost it to copy linux-mmc, please fix the subject prefix also. Regards, Shawn On Mon, May 21, 2012 at 03:02:19AM +0200, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Shawn Guo > Cc: Fabio Estevam > --- > drivers/mmc/host/mxs-mmc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c > index 34a9026..277161d 100644 > --- a/drivers/mmc/host/mxs-mmc.c > +++ b/drivers/mmc/host/mxs-mmc.c > @@ -894,8 +894,8 @@ static struct platform_driver mxs_mmc_driver = { > .owner = THIS_MODULE, > #ifdef CONFIG_PM > .pm = &mxs_mmc_pm_ops, > - .of_match_table = mxs_mmc_dt_ids, > #endif > + .of_match_table = mxs_mmc_dt_ids, > }, > }; > > -- > 1.7.10 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >