summaryrefslogtreecommitdiff
path: root/drivers/mfd/atc260x-i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/atc260x-i2c.c')
-rw-r--r--drivers/mfd/atc260x-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/atc260x-i2c.c b/drivers/mfd/atc260x-i2c.c
index 19e248ed7966..8e1491167160 100644
--- a/drivers/mfd/atc260x-i2c.c
+++ b/drivers/mfd/atc260x-i2c.c
@@ -51,7 +51,7 @@ MODULE_DEVICE_TABLE(of, atc260x_i2c_of_match);
static struct i2c_driver atc260x_i2c_driver = {
.driver = {
.name = "atc260x",
- .of_match_table = of_match_ptr(atc260x_i2c_of_match),
+ .of_match_table = atc260x_i2c_of_match,
},
.probe_new = atc260x_i2c_probe,
};