]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/pcmcia/m8xx_pcmcia.c
PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()
[net-next-2.6.git] / drivers / pcmcia / m8xx_pcmcia.c
index d1ad0966392dc5bc4fcf31b136ff8757525a2c50..c69f2c4fe5204dd19fb6c6034278042d785f7a36 100644 (file)
@@ -1296,7 +1296,7 @@ static int m8xx_remove(struct of_device *ofdev)
 #ifdef CONFIG_PM
 static int m8xx_suspend(struct platform_device *pdev, pm_message_t state)
 {
-       return pcmcia_socket_dev_suspend(&pdev->dev, state);
+       return pcmcia_socket_dev_suspend(&pdev->dev);
 }
 
 static int m8xx_resume(struct platform_device *pdev)