From: Ulf Hansson Date: Mon, 6 Oct 2014 12:34:09 +0000 (+0200) Subject: mmc: block: Use dev_set|get_drvdata() X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc95e30ba33b9f4faa8630d0762af2548031dc00;p=pandora-kernel.git mmc: block: Use dev_set|get_drvdata() In most of the cases mmc_get|set_drvdata() didn't simplify code, which should be the primary reason for such macros. Let's remove them and convert to the common device_driver macros, dev_set|get_drvdata() instead. Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed