diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:28 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:28 -0400 |
commit | da2612af00d8216ba365866f9d52f04ea2ad7773 (patch) | |
tree | e2519863209cb588668650011332366fb95281ee /drivers/pps | |
parent | 5938ee2bb2e45bfd601896677eb5db3e21339689 (diff) |
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>
Diffstat (limited to 'drivers/pps')
-rw-r--r-- | drivers/pps/clients/pps-gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pps/clients/pps-gpio.c b/drivers/pps/clients/pps-gpio.c index f41bacfdc3dc..333ad7d5b45b 100644 --- a/drivers/pps/clients/pps-gpio.c +++ b/drivers/pps/clients/pps-gpio.c | |||
@@ -200,7 +200,6 @@ static struct platform_driver pps_gpio_driver = { | |||
200 | .remove = pps_gpio_remove, | 200 | .remove = pps_gpio_remove, |
201 | .driver = { | 201 | .driver = { |
202 | .name = PPS_GPIO_NAME, | 202 | .name = PPS_GPIO_NAME, |
203 | .owner = THIS_MODULE, | ||
204 | .of_match_table = pps_gpio_dt_ids, | 203 | .of_match_table = pps_gpio_dt_ids, |
205 | }, | 204 | }, |
206 | }; | 205 | }; |