drm: Constify struct drm_fb_helper_funcs
[deliverable/linux.git] / include / drm / drm_fb_helper.h
index 7997246d4039fdfc9cf0dd183484187f04624c15..a47df7ca38e8a9d1aa82bbcbb5272391cefe43f9 100644 (file)
@@ -87,7 +87,7 @@ struct drm_fb_helper {
        struct drm_fb_helper_crtc *crtc_info;
        int connector_count;
        struct drm_fb_helper_connector **connector_info;
-       struct drm_fb_helper_funcs *funcs;
+       const struct drm_fb_helper_funcs *funcs;
        struct fb_info *fbdev;
        u32 pseudo_palette[17];
        struct list_head kernel_fb_list;
This page took 0.041072 seconds and 5 git commands to generate.