Re: [PATCH] drm: Fix build when FBDEV_EMULATION is disabled

2017-02-02 Thread Daniel Vetter
On Thu, Feb 02, 2017 at 05:39:00PM -0200, Gabriel Krisman Bertazi wrote: > Commit be7f735cd5ea ("drm: Rely on mode_config data for fb_helper > initialization") broke the build when CONFIG_DRM_FBDEV_EMULATION is > disabled because it didn't update the prototype for drm_fb_helper_init > in that case.

[PATCH] drm: Fix build when FBDEV_EMULATION is disabled

2017-02-02 Thread Gabriel Krisman Bertazi
Commit be7f735cd5ea ("drm: Rely on mode_config data for fb_helper initialization") broke the build when CONFIG_DRM_FBDEV_EMULATION is disabled because it didn't update the prototype for drm_fb_helper_init in that case. Fixes: be7f735cd5ea ("drm: Rely on mode_config data for fb_helper initializati