aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/menf21bmc_hwmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/menf21bmc_hwmon.c')
-rw-r--r--drivers/hwmon/menf21bmc_hwmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/menf21bmc_hwmon.c b/drivers/hwmon/menf21bmc_hwmon.c
index c92229d321c9..c29a4c3c6b9e 100644
--- a/drivers/hwmon/menf21bmc_hwmon.c
+++ b/drivers/hwmon/menf21bmc_hwmon.c
@@ -21,6 +21,7 @@
#include <linux/jiffies.h>
#include <linux/slab.h>
#include <linux/i2c.h>
+#include <linux/err.h>
#define DRV_NAME "menf21bmc_hwmon"
@@ -218,7 +219,6 @@ static struct platform_driver menf21bmc_hwmon = {
.probe = menf21bmc_hwmon_probe,
.driver = {
.name = DRV_NAME,
- .owner = THIS_MODULE,
},
};