Message ID | 1423688683-13249-1-git-send-email-swarren@wwwdotorg.org |
---|---|
State | Deferred |
Headers | show |
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 --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,