drivers: i2c: i2c_sifive: Fix build issue

Add a missing ',' in DEVICE_DT_INST_DEFINE

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-12-11 08:22:06 -06:00 committed by Kumar Gala
parent 4e6d79cd43
commit 843d3f74da

View file

@ -329,7 +329,7 @@ static struct i2c_driver_api i2c_sifive_api = {
.f_sys = DT_INST_PROP(n, input_frequency), \
.f_bus = DT_INST_PROP(n, clock_frequency), \
}; \
DEVICE_DT_INST_DEFINE(n \
DEVICE_DT_INST_DEFINE(n, \
i2c_sifive_init, \
device_pm_control_nop, \
NULL, \