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

net: ethernet: apple: 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
drivers/net/ethernet/apple/macmace.c
··· 768 768 .remove = mac_mace_device_remove, 769 769 .driver = { 770 770 .name = mac_mace_string, 771 - .owner = THIS_MODULE, 772 771 }, 773 772 }; 774 773