aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/jz4740-adc.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:53 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:53 +0200
commit78a835416ad6d5b0d67f264d592906fade309ea2 (patch)
tree36bfae71e68a26fb8e96c8605786cc5ec52bea2e /drivers/mfd/jz4740-adc.c
parentmemstick: host: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-78a835416ad6d5b0d67f264d592906fade309ea2.tar.xz
linux-dev-78a835416ad6d5b0d67f264d592906fade309ea2.zip
mfd: 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/mfd/jz4740-adc.c')
-rw-r--r--drivers/mfd/jz4740-adc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/jz4740-adc.c b/drivers/mfd/jz4740-adc.c
index 7a51c0d0d4f1..b31c54e4ecb2 100644
--- a/drivers/mfd/jz4740-adc.c
+++ b/drivers/mfd/jz4740-adc.c
@@ -324,7 +324,6 @@ static struct platform_driver jz4740_adc_driver = {
.remove = jz4740_adc_remove,
.driver = {
.name = "jz4740-adc",
- .owner = THIS_MODULE,
},
};