aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-max77686.c
diff options
context:
space:
mode:
authorKiran Padwal <kiran.padwal@smartplayin.com>2014-09-24 15:15:29 +0530
committerMike Turquette <mturquette@linaro.org>2014-09-25 17:43:31 -0700
commit59c0621d4d5fa4faeb8a0cdd0cfe27c13fdd09b2 (patch)
treea05845b229d26b2cb9bf0765ed3e69f42afbe5bb /drivers/clk/clk-max77686.c
parentMerge branch 'clk-next-rockchip' into clk-next (diff)
downloadlinux-dev-59c0621d4d5fa4faeb8a0cdd0cfe27c13fdd09b2.tar.xz
linux-dev-59c0621d4d5fa4faeb8a0cdd0cfe27c13fdd09b2.zip
clk: Remove .owner field for driver
There is no need to init .owner field. Based on the patch from Peter Griffin <peter.griffin@linaro.org> "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: Kiran Padwal <kiran.padwal@smartplayin.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/clk-max77686.c')
-rw-r--r--drivers/clk/clk-max77686.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-max77686.c b/drivers/clk/clk-max77686.c
index ed0beb4cb39b..86cdb3a28629 100644
--- a/drivers/clk/clk-max77686.c
+++ b/drivers/clk/clk-max77686.c
@@ -73,7 +73,6 @@ MODULE_DEVICE_TABLE(platform, max77686_clk_id);
static struct platform_driver max77686_clk_driver = {
.driver = {
.name = "max77686-clk",
- .owner = THIS_MODULE,
},
.probe = max77686_clk_probe,
.remove = max77686_clk_remove,