diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:55 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:55 -0400 |
commit | 16640616518e10ae56060ed6110638e7f220ae98 (patch) | |
tree | de55d86cee4c24d00754728b3634a0e9d5c54f8a /drivers/misc | |
parent | 98dc3b5edf2c194101fbea7631fc8e1852eadf03 (diff) |
misc: eeprom: 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/misc')
-rw-r--r-- | drivers/misc/eeprom/sunxi_sid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/sunxi_sid.c b/drivers/misc/eeprom/sunxi_sid.c index 3f2b625b2032..8385177ff32b 100644 --- a/drivers/misc/eeprom/sunxi_sid.c +++ b/drivers/misc/eeprom/sunxi_sid.c | |||
@@ -146,7 +146,6 @@ static struct platform_driver sunxi_sid_driver = { | |||
146 | .remove = sunxi_sid_remove, | 146 | .remove = sunxi_sid_remove, |
147 | .driver = { | 147 | .driver = { |
148 | .name = DRV_NAME, | 148 | .name = DRV_NAME, |
149 | .owner = THIS_MODULE, | ||
150 | .of_match_table = sunxi_sid_of_match, | 149 | .of_match_table = sunxi_sid_of_match, |
151 | }, | 150 | }, |
152 | }; | 151 | }; |