drm/fb-helper: Add module option to disable fbdev emulation
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / drm_legacy.h
index c1dc61473db58b1a518c65eae09f25f00fa6fffc..9b731786e4db2d90b95ff6020e253b0c6f883ee7 100644 (file)
@@ -42,7 +42,7 @@ struct drm_file;
 #define DRM_KERNEL_CONTEXT             0
 #define DRM_RESERVED_CONTEXTS          1
 
-int drm_legacy_ctxbitmap_init(struct drm_device *dev);
+void drm_legacy_ctxbitmap_init(struct drm_device *dev);
 void drm_legacy_ctxbitmap_cleanup(struct drm_device *dev);
 void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
 void drm_legacy_ctxbitmap_flush(struct drm_device *dev, struct drm_file *file);