diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:24 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:24 +0200 |
commit | 30f51f248c1d0987733353b64adae26b23165908 (patch) | |
tree | 840f2ad0084c4c8c2f0f82302b6bc1837f395397 /drivers/cpufreq/loongson2_cpufreq.c | |
parent | e030f980b3ed2d9f3a3e37f3e6941494c7c0c471 (diff) | |
download | linux-30f51f248c1d0987733353b64adae26b23165908.tar.gz linux-30f51f248c1d0987733353b64adae26b23165908.tar.bz2 linux-30f51f248c1d0987733353b64adae26b23165908.zip |
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/loongson2_cpufreq.c')
-rw-r--r-- | drivers/cpufreq/loongson2_cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/loongson2_cpufreq.c b/drivers/cpufreq/loongson2_cpufreq.c index 9fa177206032..fc897babab55 100644 --- a/drivers/cpufreq/loongson2_cpufreq.c +++ b/drivers/cpufreq/loongson2_cpufreq.c @@ -130,7 +130,6 @@ MODULE_DEVICE_TABLE(platform, platform_device_ids); static struct platform_driver platform_driver = { .driver = { .name = "loongson2_cpufreq", - .owner = THIS_MODULE, }, .id_table = platform_device_ids, }; |