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/xxs1500_ss.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/xxs1500_ss.c')
-rw-r--r-- | drivers/pcmcia/xxs1500_ss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/xxs1500_ss.c b/drivers/pcmcia/xxs1500_ss.c index 95f5b270ad44..4c04360f378b 100644 --- a/drivers/pcmcia/xxs1500_ss.c +++ b/drivers/pcmcia/xxs1500_ss.c | |||
@@ -314,7 +314,6 @@ static int xxs1500_pcmcia_remove(struct platform_device *pdev) | |||
314 | static struct platform_driver xxs1500_pcmcia_socket_driver = { | 314 | static struct platform_driver xxs1500_pcmcia_socket_driver = { |
315 | .driver = { | 315 | .driver = { |
316 | .name = "xxs1500_pcmcia", | 316 | .name = "xxs1500_pcmcia", |
317 | .owner = THIS_MODULE, | ||
318 | }, | 317 | }, |
319 | .probe = xxs1500_pcmcia_probe, | 318 | .probe = xxs1500_pcmcia_probe, |
320 | .remove = xxs1500_pcmcia_remove, | 319 | .remove = xxs1500_pcmcia_remove, |