From: Stephen Warren <swarren@xxxxxxxxxx> This aligns the output with what's checked into the kernel. Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx> --- soc-to-kernel-pinctrl-driver.py | 1 - 1 file changed, 1 deletion(-) 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, -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html