drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
[deliverable/linux.git] / drivers / gpu / drm / mgag200 / mgag200_drv.h
index 912151c36d59e239878c4e692089bcd5d085af4c..205b2801d3b8674932c7781b8a714ae193abe098 100644 (file)
@@ -252,7 +252,7 @@ void mgag200_fbdev_fini(struct mga_device *mdev);
                                /* mgag200_main.c */
 int mgag200_framebuffer_init(struct drm_device *dev,
                             struct mga_framebuffer *mfb,
-                            struct drm_mode_fb_cmd2 *mode_cmd,
+                            const struct drm_mode_fb_cmd2 *mode_cmd,
                             struct drm_gem_object *obj);
 
 
This page took 0.024699 seconds and 5 git commands to generate.