From: Jingoo Han Date: Mon, 3 Jun 2013 04:41:03 +0000 (+0900) Subject: mmc: host: use platform_{get,set}_drvdata() X-Git-Tag: v3.11-rc1~50^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2c0f3ffbb54547edcf1dd92a120ff37988a4d8;p=pandora-kernel.git mmc: host: use platform_{get,set}_drvdata() Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Jingoo Han Acked-by: Michał Mirosław Signed-off-by: Chris Ball --- Reading git-diff-tree failed