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

pps: clients: 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/pps/clients/pps-gpio.c
··· 200 200 .remove = pps_gpio_remove, 201 201 .driver = { 202 202 .name = PPS_GPIO_NAME, 203 - .owner = THIS_MODULE, 204 203 .of_match_table = pps_gpio_dt_ids, 205 204 }, 206 205 };