On Sat, Feb 22, 2014 at 11:46 AM, Alexander Shiyan <shc_work@xxxxxxx> wrote: > Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> > --- > drivers/mmc/host/mxcmmc.c | 13 +++---------- > 1 file changed, 3 insertions(+), 10 deletions(-) > > diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c > index 84d630e..86401c0 100644 > --- a/drivers/mmc/host/mxcmmc.c > +++ b/drivers/mmc/host/mxcmmc.c > @@ -1220,8 +1220,7 @@ static int mxcmci_remove(struct platform_device *pdev) > return 0; > } > > -#ifdef CONFIG_PM > -static int mxcmci_suspend(struct device *dev) Doesn't this need to be protected by CONFIG_PM_SLEEP? -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html