summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:55 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:55 +0200
commit16640616518e10ae56060ed6110638e7f220ae98 (patch)
treede55d86cee4c24d00754728b3634a0e9d5c54f8a /drivers/misc
parent98dc3b5edf2c194101fbea7631fc8e1852eadf03 (diff)
downloadop-kernel-dev-16640616518e10ae56060ed6110638e7f220ae98.zip
op-kernel-dev-16640616518e10ae56060ed6110638e7f220ae98.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/sunxi_sid.c b/drivers/misc/eeprom/sunxi_sid.c
index 3f2b625..8385177 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 = {
.remove = sunxi_sid_remove,
.driver = {
.name = DRV_NAME,
- .owner = THIS_MODULE,
.of_match_table = sunxi_sid_of_match,
},
};
OpenPOWER on IntegriCloud