aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/nct6775.c')
-rw-r--r--drivers/hwmon/nct6775.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/nct6775.c b/drivers/hwmon/nct6775.c
index dc0df57200cd..1be41177b620 100644
--- a/drivers/hwmon/nct6775.c
+++ b/drivers/hwmon/nct6775.c
@@ -4080,7 +4080,6 @@ static const struct dev_pm_ops nct6775_dev_pm_ops = {
4080 4080
4081static struct platform_driver nct6775_driver = { 4081static struct platform_driver nct6775_driver = {
4082 .driver = { 4082 .driver = {
4083 .owner = THIS_MODULE,
4084 .name = DRVNAME, 4083 .name = DRVNAME,
4085 .pm = NCT6775_DEV_PM_OPS, 4084 .pm = NCT6775_DEV_PM_OPS,
4086 }, 4085 },