aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6683.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/nct6683.c')
-rw-r--r--drivers/hwmon/nct6683.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/nct6683.c b/drivers/hwmon/nct6683.c
index 7710f4694ba1..f3830db02d46 100644
--- a/drivers/hwmon/nct6683.c
+++ b/drivers/hwmon/nct6683.c
@@ -1282,7 +1282,6 @@ static const struct dev_pm_ops nct6683_dev_pm_ops = {
1282 1282
1283static struct platform_driver nct6683_driver = { 1283static struct platform_driver nct6683_driver = {
1284 .driver = { 1284 .driver = {
1285 .owner = THIS_MODULE,
1286 .name = DRVNAME, 1285 .name = DRVNAME,
1287 .pm = NCT6683_DEV_PM_OPS, 1286 .pm = NCT6683_DEV_PM_OPS,
1288 }, 1287 },