summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/qcom/pinctrl-msm8x74.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:23 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:23 +0200
commitbdac6d4a08a4d93b9de6beabf653b8b45300e8ce (patch)
tree7ac4475b9fe61db88f4d9794fe390ea556a70784 /drivers/pinctrl/qcom/pinctrl-msm8x74.c
parent87b5067322b2b1ecde970e88694867a776443ff7 (diff)
pinctrl: qcom: 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/pinctrl/qcom/pinctrl-msm8x74.c')
-rw-r--r--drivers/pinctrl/qcom/pinctrl-msm8x74.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-msm8x74.c b/drivers/pinctrl/qcom/pinctrl-msm8x74.c
index 3c858384d041..46fe6ad5f97e 100644
--- a/drivers/pinctrl/qcom/pinctrl-msm8x74.c
+++ b/drivers/pinctrl/qcom/pinctrl-msm8x74.c
@@ -1043,7 +1043,6 @@ static const struct of_device_id msm8x74_pinctrl_of_match[] = {
static struct platform_driver msm8x74_pinctrl_driver = {
.driver = {
.name = "msm8x74-pinctrl",
- .owner = THIS_MODULE,
.of_match_table = msm8x74_pinctrl_of_match,
},
.probe = msm8x74_pinctrl_probe,