mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue