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

mailbox: 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/mailbox/omap-mailbox.c
··· 814 814 .remove = omap_mbox_remove, 815 815 .driver = { 816 816 .name = "omap-mailbox", 817 - .owner = THIS_MODULE, 818 817 .of_match_table = of_match_ptr(omap_mailbox_of_match), 819 818 }, 820 819 };