Loading drivers/rtc/rtc-m41t80.c +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ static const struct i2c_device_id m41t80_id[] = { }; MODULE_DEVICE_TABLE(i2c, m41t80_id); static const struct of_device_id m41t80_of_match[] = { static const __maybe_unused struct of_device_id m41t80_of_match[] = { { .compatible = "st,m41t62", .data = (void *)(M41T80_FEATURE_SQ | M41T80_FEATURE_SQ_ALT) Loading Loading
drivers/rtc/rtc-m41t80.c +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ static const struct i2c_device_id m41t80_id[] = { }; MODULE_DEVICE_TABLE(i2c, m41t80_id); static const struct of_device_id m41t80_of_match[] = { static const __maybe_unused struct of_device_id m41t80_of_match[] = { { .compatible = "st,m41t62", .data = (void *)(M41T80_FEATURE_SQ | M41T80_FEATURE_SQ_ALT) Loading