aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sht15.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:36 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:36 -0400
commit2a1ed077189a38bccf39cb00d8dca96d20a49463 (patch)
treeeeb85e9ce2945b5d11d7b954fbcc3c5de4fb3a05 /drivers/hwmon/sht15.c
parent53b72c17873ad3500c19c71dd3074a57604880eb (diff)
hwmon: 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/hwmon/sht15.c')
-rw-r--r--drivers/hwmon/sht15.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c
index 97cd45a8432c..d4f0935daaa1 100644
--- a/drivers/hwmon/sht15.c
+++ b/drivers/hwmon/sht15.c
@@ -1087,7 +1087,6 @@ MODULE_DEVICE_TABLE(platform, sht15_device_ids);
1087static struct platform_driver sht15_driver = { 1087static struct platform_driver sht15_driver = {
1088 .driver = { 1088 .driver = {
1089 .name = "sht15", 1089 .name = "sht15",
1090 .owner = THIS_MODULE,
1091 }, 1090 },
1092 .probe = sht15_probe, 1091 .probe = sht15_probe,
1093 .remove = sht15_remove, 1092 .remove = sht15_remove,