aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-s3c.c
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-08-12 12:14:25 -0400
committerUlf Hansson <ulf.hansson@linaro.org>2014-09-09 07:59:04 -0400
commit2137f5d3b8e8e04cff06194cacd0f6357495ac94 (patch)
tree337db4be26a9f57e77f6895cb01a47c72f129a04 /drivers/mmc/host/sdhci-s3c.c
parentdea67c4ec8218b301d7cac7ee6e63dac0bc566cb (diff)
mmc: remove .owner field for drivers using module_platform_driver
This patch removes the superflous .owner field for drivers which use the module_platform_driver API, as this is overriden in platform_driver_register anyway. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-s3c.c')
-rw-r--r--drivers/mmc/host/sdhci-s3c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
index 1e47903fa184..0ce6eb17deaf 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -747,7 +747,6 @@ static struct platform_driver sdhci_s3c_driver = {
747 .remove = sdhci_s3c_remove, 747 .remove = sdhci_s3c_remove,
748 .id_table = sdhci_s3c_driver_ids, 748 .id_table = sdhci_s3c_driver_ids,
749 .driver = { 749 .driver = {
750 .owner = THIS_MODULE,
751 .name = "s3c-sdhci", 750 .name = "s3c-sdhci",
752 .of_match_table = of_match_ptr(sdhci_s3c_dt_match), 751 .of_match_table = of_match_ptr(sdhci_s3c_dt_match),
753 .pm = SDHCI_S3C_PMOPS, 752 .pm = SDHCI_S3C_PMOPS,