summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/exynos5440-cpufreq.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:24 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:24 +0200
commit30f51f248c1d0987733353b64adae26b23165908 (patch)
tree840f2ad0084c4c8c2f0f82302b6bc1837f395397 /drivers/cpufreq/exynos5440-cpufreq.c
parente030f980b3ed2d9f3a3e37f3e6941494c7c0c471 (diff)
downloadop-kernel-dev-30f51f248c1d0987733353b64adae26b23165908.zip
op-kernel-dev-30f51f248c1d0987733353b64adae26b23165908.tar.gz
cpufreq: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/cpufreq/exynos5440-cpufreq.c')
-rw-r--r--drivers/cpufreq/exynos5440-cpufreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/exynos5440-cpufreq.c b/drivers/cpufreq/exynos5440-cpufreq.c
index f33f25b..3e7a036 100644
--- a/drivers/cpufreq/exynos5440-cpufreq.c
+++ b/drivers/cpufreq/exynos5440-cpufreq.c
@@ -439,7 +439,6 @@ static int exynos_cpufreq_remove(struct platform_device *pdev)
static struct platform_driver exynos_cpufreq_platdrv = {
.driver = {
.name = "exynos5440-cpufreq",
- .owner = THIS_MODULE,
.of_match_table = exynos_cpufreq_match,
},
.probe = exynos_cpufreq_probe,
OpenPOWER on IntegriCloud