summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pcf857x.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-11-19 12:57:11 +0900
committerLinus Walleij <linus.walleij@linaro.org>2015-11-30 09:31:00 +0100
commitd9110e9ce7ed98b24fa58764833e89a430843c21 (patch)
tree82fd0ef7e992a0f3f53bcf26d29a7ab6eec93aad /drivers/gpio/gpio-pcf857x.c
parentc88402c2e63d0dc957d4748e249dfc40ec954086 (diff)
downloadop-kernel-dev-d9110e9ce7ed98b24fa58764833e89a430843c21.zip
op-kernel-dev-d9110e9ce7ed98b24fa58764833e89a430843c21.tar.gz
gpio: 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: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-pcf857x.c')
-rw-r--r--drivers/gpio/gpio-pcf857x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c
index c755210..407ca5e 100644
--- a/drivers/gpio/gpio-pcf857x.c
+++ b/drivers/gpio/gpio-pcf857x.c
@@ -447,7 +447,6 @@ static int pcf857x_remove(struct i2c_client *client)
static struct i2c_driver pcf857x_driver = {
.driver = {
.name = "pcf857x",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(pcf857x_of_table),
},
.probe = pcf857x_probe,
OpenPOWER on IntegriCloud