summaryrefslogtreecommitdiff
path: root/soc-to-kernel-pinctrl-driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'soc-to-kernel-pinctrl-driver.py')
-rwxr-xr-xsoc-to-kernel-pinctrl-driver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/soc-to-kernel-pinctrl-driver.py b/soc-to-kernel-pinctrl-driver.py
index 3dd1a98..a6cb59e 100755
--- a/soc-to-kernel-pinctrl-driver.py
+++ b/soc-to-kernel-pinctrl-driver.py
@@ -394,7 +394,6 @@ MODULE_DEVICE_TABLE(of, %(soc)s_pinctrl_of_match);
static struct platform_driver %(soc)s_pinctrl_driver = {
.driver = {
.name = "%(soc)s-pinctrl",
- .owner = THIS_MODULE,
.of_match_table = %(soc)s_pinctrl_of_match,
},
.probe = %(soc)s_pinctrl_probe,