aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/mlx90614.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-07-10 14:54:14 +0900
committerJonathan Cameron <jic23@kernel.org>2015-07-11 18:50:07 +0100
commit2155971a66f89924edb37c213251c4fe9f7776c0 (patch)
tree42b92eae9067751633fcafd8c4090220053c6a35 /drivers/iio/temperature/mlx90614.c
parentstaging: iio: Drop owner assignment from i2c_driver (diff)
downloadlinux-dev-2155971a66f89924edb37c213251c4fe9f7776c0.tar.xz
linux-dev-2155971a66f89924edb37c213251c4fe9f7776c0.zip
iio: Drop owner assignment from i2c_driver
i2c_driver does not need to set an owner because i2c_register_driver() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/temperature/mlx90614.c')
-rw-r--r--drivers/iio/temperature/mlx90614.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/temperature/mlx90614.c b/drivers/iio/temperature/mlx90614.c
index cb2e8ad8bfdc..90f70b461567 100644
--- a/drivers/iio/temperature/mlx90614.c
+++ b/drivers/iio/temperature/mlx90614.c
@@ -551,7 +551,6 @@ static const struct dev_pm_ops mlx90614_pm_ops = {
static struct i2c_driver mlx90614_driver = {
.driver = {
.name = "mlx90614",
- .owner = THIS_MODULE,
.pm = &mlx90614_pm_ops,
},
.probe = mlx90614_probe,