diff options
Diffstat (limited to 'drivers/mfd/syscon.c')
-rw-r--r-- | drivers/mfd/syscon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index ca15878ce5c0..e85c052b302c 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c | |||
@@ -166,7 +166,6 @@ static const struct platform_device_id syscon_ids[] = { | |||
166 | static struct platform_driver syscon_driver = { | 166 | static struct platform_driver syscon_driver = { |
167 | .driver = { | 167 | .driver = { |
168 | .name = "syscon", | 168 | .name = "syscon", |
169 | .owner = THIS_MODULE, | ||
170 | .of_match_table = of_syscon_match, | 169 | .of_match_table = of_syscon_match, |
171 | }, | 170 | }, |
172 | .probe = syscon_probe, | 171 | .probe = syscon_probe, |