mmc: sdhci-s3c: Keep a copy of platform data and use it
authorThomas Abraham <thomas.abraham@linaro.org>
Thu, 16 Feb 2012 13:23:59 +0000 (22:23 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 5 Apr 2012 23:58:01 +0000 (19:58 -0400)
The platform data is copied into driver's private data and the copy is
used for all access to the platform data. This simpifies the addition
of device tree support for the sdhci-s3c driver.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found