hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/linux/mfd/rk628.h
....@@ -267,6 +267,6 @@
267267 * Call the function at mode_set, replace drm_mode_copy.
268268 */
269269 void rk628_mode_copy(struct rk628 *rk628, struct drm_display_mode *dst,
270
- struct drm_display_mode *src);
270
+ const struct drm_display_mode *src);
271271
272272 #endif