diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pxav2.c')
| -rw-r--r-- | drivers/mmc/host/sdhci-pxav2.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mmc/host/sdhci-pxav2.c b/drivers/mmc/host/sdhci-pxav2.c index d4bf6d30c7b..7a039c3cb1f 100644 --- a/drivers/mmc/host/sdhci-pxav2.c +++ b/drivers/mmc/host/sdhci-pxav2.c @@ -218,13 +218,10 @@ static struct platform_driver sdhci_pxav2_driver = {  	.driver		= {  		.name	= "sdhci-pxav2",  		.owner	= THIS_MODULE, +		.pm	= SDHCI_PLTFM_PMOPS,  	},  	.probe		= sdhci_pxav2_probe,  	.remove		= __devexit_p(sdhci_pxav2_remove), -#ifdef CONFIG_PM -	.suspend	= sdhci_pltfm_suspend, -	.resume		= sdhci_pltfm_resume, -#endif  };  static int __init sdhci_pxav2_init(void)  {  |