commit | 8bf93f2476cede84e6d7e7de5da9a55aeb196f9e | [log] [tgz] |
---|---|---|
author | Zhang Rui <rui.zhang@intel.com> | Mon Aug 03 23:11:25 2015 +0800 |
committer | Zhang Rui <rui.zhang@intel.com> | Mon Aug 03 23:11:25 2015 +0800 |
tree | a45fe519d7acbf0f9d34d5a4055dae340f29817d | |
parent | 6b5e38dccd2c72b62c57681861ba3594117d993e [diff] | |
parent | 3c19d237dd8148926e49259e495ee41dddd1f09c [diff] |
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into for-rc
diff --git a/drivers/thermal/hisi_thermal.c b/drivers/thermal/hisi_thermal.c index d5dd357..b49f97c 100644 --- a/drivers/thermal/hisi_thermal.c +++ b/drivers/thermal/hisi_thermal.c
@@ -405,7 +405,6 @@ static struct platform_driver hisi_thermal_driver = { .driver = { .name = "hisi_thermal", - .owner = THIS_MODULE, .pm = &hisi_thermal_pm_ops, .of_match_table = of_hisi_thermal_match, },