Loading drivers/rtc/rtc-bq32k.c +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ static const struct i2c_device_id bq32k_id[] = { }; MODULE_DEVICE_TABLE(i2c, bq32k_id); static const struct of_device_id bq32k_of_match[] = { static const __maybe_unused struct of_device_id bq32k_of_match[] = { { .compatible = "ti,bq32000" }, { } }; Loading Loading
drivers/rtc/rtc-bq32k.c +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ static const struct i2c_device_id bq32k_id[] = { }; MODULE_DEVICE_TABLE(i2c, bq32k_id); static const struct of_device_id bq32k_of_match[] = { static const __maybe_unused struct of_device_id bq32k_of_match[] = { { .compatible = "ti,bq32000" }, { } }; Loading