diff options
Diffstat (limited to 'drivers/hwmon/vexpress.c')
-rw-r--r-- | drivers/hwmon/vexpress.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/vexpress.c b/drivers/hwmon/vexpress.c index c53619086f33..cf1848b8fb32 100644 --- a/drivers/hwmon/vexpress.c +++ b/drivers/hwmon/vexpress.c | |||
@@ -247,7 +247,6 @@ static struct platform_driver vexpress_hwmon_driver = { | |||
247 | .probe = vexpress_hwmon_probe, | 247 | .probe = vexpress_hwmon_probe, |
248 | .driver = { | 248 | .driver = { |
249 | .name = DRVNAME, | 249 | .name = DRVNAME, |
250 | .owner = THIS_MODULE, | ||
251 | .of_match_table = vexpress_hwmon_of_match, | 250 | .of_match_table = vexpress_hwmon_of_match, |
252 | }, | 251 | }, |
253 | }; | 252 | }; |