summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fan53880.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/fan53880.c')
-rw-r--r--drivers/regulator/fan53880.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/fan53880.c b/drivers/regulator/fan53880.c
index 575d289b8e04..e83eb4fb1876 100644
--- a/drivers/regulator/fan53880.c
+++ b/drivers/regulator/fan53880.c
@@ -155,11 +155,13 @@ static int fan53880_i2c_probe(struct i2c_client *i2c,
return 0;
}
+#ifdef CONFIG_OF
static const struct of_device_id fan53880_dt_ids[] = {
{ .compatible = "onnn,fan53880", },
{}
};
MODULE_DEVICE_TABLE(of, fan53880_dt_ids);
+#endif
static const struct i2c_device_id fan53880_i2c_id[] = {
{ "fan53880", },