summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski2015-07-10 08:27:30 +0200
committerLinus Walleij2015-07-16 15:15:12 +0200
commite3f3aaac06657e6fc834e217ae450f51a6e0968c (patch)
treef2e4c2b830be63ba162e777505bdbec0b15ee0bd
parentpinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ (diff)
downloadkernel-qcow2-linux-e3f3aaac06657e6fc834e217ae450f51a6e0968c.tar.gz
kernel-qcow2-linux-e3f3aaac06657e6fc834e217ae450f51a6e0968c.tar.xz
kernel-qcow2-linux-e3f3aaac06657e6fc834e217ae450f51a6e0968c.zip
pinctrl: sirf: Drop owner assignment from platform_driver
platform_driver does not need to set an owner because platform_driver_register() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/pinctrl/sirf/pinctrl-atlas7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/sirf/pinctrl-atlas7.c b/drivers/pinctrl/sirf/pinctrl-atlas7.c
index 9384e0aa3996..d6e80fe1c7f7 100644
--- a/drivers/pinctrl/sirf/pinctrl-atlas7.c
+++ b/drivers/pinctrl/sirf/pinctrl-atlas7.c
@@ -4621,7 +4621,6 @@ failed:
static struct platform_driver atlas7_gpio_driver = {
.driver = {
.name = "atlas7-gpio",
- .owner = THIS_MODULE,
.of_match_table = atlas7_gpio_ids,
},
.probe = atlas7_gpio_probe,