aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/int340x_thermal/int3402_thermal.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-12-21 22:14:40 +0100
committerZhang Rui <rui.zhang@intel.com>2014-12-22 11:06:42 +0800
commit0716b0ff0a11ca96e925bfac43a82eb88f75c928 (patch)
tree1128e2731f983dbc83a8e00f63bc75eff8863419 /drivers/thermal/int340x_thermal/int3402_thermal.c
parentThermal/int340x: Handle properly the case when _trt or _art acpi entry is missing (diff)
downloadlinux-dev-0716b0ff0a11ca96e925bfac43a82eb88f75c928.tar.xz
linux-dev-0716b0ff0a11ca96e925bfac43a82eb88f75c928.zip
thermal: int340x_thermal: drop owner assignment from platform_drivers
This 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> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/int340x_thermal/int3402_thermal.c')
-rw-r--r--drivers/thermal/int340x_thermal/int3402_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/int340x_thermal/int3402_thermal.c b/drivers/thermal/int340x_thermal/int3402_thermal.c
index a5d08c14ba24..c5cbc3af3a05 100644
--- a/drivers/thermal/int340x_thermal/int3402_thermal.c
+++ b/drivers/thermal/int340x_thermal/int3402_thermal.c
@@ -231,7 +231,6 @@ static struct platform_driver int3402_thermal_driver = {
.remove = int3402_thermal_remove,
.driver = {
.name = "int3402 thermal",
- .owner = THIS_MODULE,
.acpi_match_table = int3402_thermal_match,
},
};