diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:21 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:21 -0400 |
commit | 735fc3ec3434dd71c3846766a857812571c79925 (patch) | |
tree | 943598495e986872c218943229888121ae8c9660 /drivers/pcmcia/at91_cf.c | |
parent | e27a5130ab647aec2a70b800a690736d5b258007 (diff) |
pcmcia: 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/pcmcia/at91_cf.c')
-rw-r--r-- | drivers/pcmcia/at91_cf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/at91_cf.c b/drivers/pcmcia/at91_cf.c index de24232c5191..bfb799c7b343 100644 --- a/drivers/pcmcia/at91_cf.c +++ b/drivers/pcmcia/at91_cf.c | |||
@@ -401,7 +401,6 @@ static int at91_cf_resume(struct platform_device *pdev) | |||
401 | static struct platform_driver at91_cf_driver = { | 401 | static struct platform_driver at91_cf_driver = { |
402 | .driver = { | 402 | .driver = { |
403 | .name = "at91_cf", | 403 | .name = "at91_cf", |
404 | .owner = THIS_MODULE, | ||
405 | .of_match_table = of_match_ptr(at91_cf_dt_ids), | 404 | .of_match_table = of_match_ptr(at91_cf_dt_ids), |
406 | }, | 405 | }, |
407 | .probe = at91_cf_probe, | 406 | .probe = at91_cf_probe, |