Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: pci: 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>
Cc: linux-kernel@vger.kernel.org
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8824/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Wolfram Sang and committed by
Ralf Baechle
02e47ca9 1e294287

-2
-1
arch/mips/pci/pci-ar2315.c
··· 488 488 .probe = ar2315_pci_probe, 489 489 .driver = { 490 490 .name = "ar2315-pci", 491 - .owner = THIS_MODULE, 492 491 }, 493 492 }; 494 493
-1
arch/mips/pci/pci-rt2880.c
··· 267 267 .probe = rt288x_pci_probe, 268 268 .driver = { 269 269 .name = "rt288x-pci", 270 - .owner = THIS_MODULE, 271 270 .of_match_table = rt288x_pci_match, 272 271 }, 273 272 };