diff mbox

[pinmux,1/2] Don't set .owner field in kernel pinctrl driver any more

Message ID 1423688683-13249-1-git-send-email-swarren@wwwdotorg.org
State Deferred
Headers show

Commit Message

Stephen Warren Feb. 11, 2015, 9:04 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

This aligns the output with what's checked into the kernel.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 soc-to-kernel-pinctrl-driver.py | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Warren Feb. 13, 2015, 5:56 p.m. UTC | #1
On 02/11/2015 02:04 PM, Stephen Warren wrote:
> This aligns the output with what's checked into the kernel.

I have applied the series.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/soc-to-kernel-pinctrl-driver.py b/soc-to-kernel-pinctrl-driver.py
index 3dd1a989439c..a6cb59eebd4e 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,