diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:21:21 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:21:21 +0400 |
commit | 735fc3ec3434dd71c3846766a857812571c79925 (patch) | |
tree | 943598495e986872c218943229888121ae8c9660 /drivers/pcmcia/i82365.c | |
parent | e27a5130ab647aec2a70b800a690736d5b258007 (diff) | |
download | linux-735fc3ec3434dd71c3846766a857812571c79925.tar.xz |
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/i82365.c')
-rw-r--r-- | drivers/pcmcia/i82365.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pcmcia/i82365.c b/drivers/pcmcia/i82365.c index e6f3d17dd2b4..a2c138719bac 100644 --- a/drivers/pcmcia/i82365.c +++ b/drivers/pcmcia/i82365.c @@ -1233,7 +1233,6 @@ static struct pccard_operations pcic_operations = { static struct platform_driver i82365_driver = { .driver = { .name = "i82365", - .owner = THIS_MODULE, }, }; |