mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-14 17:35:42 +00:00
pinctrl: intel: drop owner assignment from platform_drivers
This 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> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
9eb457b547
commit
1ee68af8a5
@ -1600,7 +1600,6 @@ static struct platform_driver chv_pinctrl_driver = {
|
||||
.remove = chv_pinctrl_remove,
|
||||
.driver = {
|
||||
.name = "cherryview-pinctrl",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &chv_pinctrl_pm_ops,
|
||||
.acpi_match_table = chv_pinctrl_acpi_match,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user