drm/i915/cdclk: put the cdclk vtables in const data
authorJani Nikula <jani.nikula@intel.com>
Thu, 21 Oct 2021 13:34:08 +0000 (16:34 +0300)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 27 Oct 2021 10:10:04 +0000 (06:10 -0400)
commit8a30b871b6f3804a72c523a2b086b72f1bf6146d
tree228eac2a86c7c6eed3975822e5693ae82928056b
parentc4d6da21b2c6627d968d7c1410925ff4a8c199c4
drm/i915/cdclk: put the cdclk vtables in const data

Add the const that was accidentally left out from the vtables.

Fixes: 6b4cd9cba620 ("drm/i915: constify the cdclk vtable")
Cc: Dave Airlie <airlied@redhat.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211021133408.32166-1-jani.nikula@intel.com
(cherry picked from commit 877d074939a5f82b099da2db3bcccc6c418b9c39)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_cdclk.c