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

powerpc: platforms: cell: drop owner assignment from platform_drivers

A 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>

-1
-1
arch/powerpc/platforms/cell/axon_msi.c
··· 437 437 .shutdown = axon_msi_shutdown, 438 438 .driver = { 439 439 .name = "axon-msi", 440 - .owner = THIS_MODULE, 441 440 .of_match_table = axon_msi_device_id, 442 441 }, 443 442 };