|
|
@@ -160,11 +160,10 @@ static int sti_load(struct drm_device *dev, unsigned long flags)
|
|
|
|
|
|
drm_mode_config_reset(dev);
|
|
|
|
|
|
-#ifdef CONFIG_DRM_STI_FBDEV
|
|
|
drm_fbdev_cma_init(dev, 32,
|
|
|
dev->mode_config.num_crtc,
|
|
|
dev->mode_config.num_connector);
|
|
|
-#endif
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
|