Loading drivers/rtc/rtc-rv3028.c +1 −1 Original line number Diff line number Diff line Loading @@ -898,7 +898,7 @@ static int rv3028_probe(struct i2c_client *client) return 0; } static const struct of_device_id rv3028_of_match[] = { static const __maybe_unused struct of_device_id rv3028_of_match[] = { { .compatible = "microcrystal,rv3028", }, { } }; Loading Loading
drivers/rtc/rtc-rv3028.c +1 −1 Original line number Diff line number Diff line Loading @@ -898,7 +898,7 @@ static int rv3028_probe(struct i2c_client *client) return 0; } static const struct of_device_id rv3028_of_match[] = { static const __maybe_unused struct of_device_id rv3028_of_match[] = { { .compatible = "microcrystal,rv3028", }, { } }; Loading