aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max77693.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max77693.c')
-rw-r--r--drivers/mfd/max77693.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c
index cb14afa97e6f..229f21f10534 100644
--- a/drivers/mfd/max77693.c
+++ b/drivers/mfd/max77693.c
@@ -372,7 +372,6 @@ static const struct of_device_id max77693_dt_match[] = {
372static struct i2c_driver max77693_i2c_driver = { 372static struct i2c_driver max77693_i2c_driver = {
373 .driver = { 373 .driver = {
374 .name = "max77693", 374 .name = "max77693",
375 .owner = THIS_MODULE,
376 .pm = &max77693_pm, 375 .pm = &max77693_pm,
377 .of_match_table = of_match_ptr(max77693_dt_match), 376 .of_match_table = of_match_ptr(max77693_dt_match),
378 }, 377 },