Re: [PATCH] mmc: mxs-mmc: Move of_match_table out of CONFIG_PM

2012-06-06 Thread Marek Vasut
Dear Chris Ball,

> Hi,
> 
> On Mon, May 21 2012, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut 
> > Cc: Shawn Guo 
> > Cc: Fabio Estevam 
> > Cc: linux-mmc@vger.kernel.org
> > Cc: Chris Ball 
> > Acked-by: Shawn Guo 
> > ---
> > 
> >  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,
> > 
> > },
> >  
> >  };
> 
> Thanks, pushed to mmc-next for 3.5.

Thanks!

> - Chris.

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] mmc: mxs-mmc: Move of_match_table out of CONFIG_PM

2012-06-06 Thread Chris Ball
Hi,

On Mon, May 21 2012, Marek Vasut wrote:
> Signed-off-by: Marek Vasut 
> Cc: Shawn Guo 
> Cc: Fabio Estevam 
> Cc: linux-mmc@vger.kernel.org
> Cc: Chris Ball 
> Acked-by: Shawn Guo 
> ---
>  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,
>   },
>  };

Thanks, pushed to mmc-next for 3.5.

- Chris.
-- 
Chris Ball  
One Laptop Per Child
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] mmc: mxs-mmc: Move of_match_table out of CONFIG_PM

2012-05-20 Thread Marek Vasut
Signed-off-by: Marek Vasut 
Cc: Shawn Guo 
Cc: Fabio Estevam 
Cc: linux-mmc@vger.kernel.org
Cc: Chris Ball 
Acked-by: Shawn Guo 
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html