summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/gp2ap020a00f.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/light/gp2ap020a00f.c
parent071667a0fae08ed8c9dcdb9ff526dc66888cac4b (diff)
downloadlinux-2155971a66f89924edb37c213251c4fe9f7776c0.tar.bz2
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/light/gp2ap020a00f.c')
-rw-r--r--drivers/iio/light/gp2ap020a00f.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/light/gp2ap020a00f.c b/drivers/iio/light/gp2ap020a00f.c
index 32b6449833fa..0334a814b5eb 100644
--- a/drivers/iio/light/gp2ap020a00f.c
+++ b/drivers/iio/light/gp2ap020a00f.c
@@ -1640,7 +1640,6 @@ static struct i2c_driver gp2ap020a00f_driver = {
.driver = {
.name = GP2A_I2C_NAME,
.of_match_table = of_match_ptr(gp2ap020a00f_of_match),
- .owner = THIS_MODULE,
},
.probe = gp2ap020a00f_probe,
.remove = gp2ap020a00f_remove,