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

reset: sti: 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>

-2
-1
drivers/reset/sti/reset-stih415.c
··· 101 101 .probe = syscfg_reset_probe, 102 102 .driver = { 103 103 .name = "reset-stih415", 104 - .owner = THIS_MODULE, 105 104 .of_match_table = stih415_reset_match, 106 105 }, 107 106 };
-1
drivers/reset/sti/reset-stih416.c
··· 132 132 .probe = syscfg_reset_probe, 133 133 .driver = { 134 134 .name = "reset-stih416", 135 - .owner = THIS_MODULE, 136 135 .of_match_table = stih416_reset_match, 137 136 }, 138 137 };