aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/sunxi_sid.c
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/eeprom/sunxi_sid.c
parentmisc: carma: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-16640616518e10ae56060ed6110638e7f220ae98.tar.xz
linux-dev-16640616518e10ae56060ed6110638e7f220ae98.zip
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 '')
-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 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 = {
.remove = sunxi_sid_remove,
.driver = {
.name = DRV_NAME,
- .owner = THIS_MODULE,
.of_match_table = sunxi_sid_of_match,
},
};