aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/abituguru3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/abituguru3.c')
-rw-r--r--drivers/hwmon/abituguru3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c
index 4ae74aa8cdc1..3d2a4ae92d1e 100644
--- a/drivers/hwmon/abituguru3.c
+++ b/drivers/hwmon/abituguru3.c
@@ -1167,7 +1167,6 @@ static SIMPLE_DEV_PM_OPS(abituguru3_pm, abituguru3_suspend, abituguru3_resume);
1167 1167
1168static struct platform_driver abituguru3_driver = { 1168static struct platform_driver abituguru3_driver = {
1169 .driver = { 1169 .driver = {
1170 .owner = THIS_MODULE,
1171 .name = ABIT_UGURU3_NAME, 1170 .name = ABIT_UGURU3_NAME,
1172 .pm = ABIT_UGURU3_PM 1171 .pm = ABIT_UGURU3_PM
1173 }, 1172 },