On Fri, Dec 04, 2015 at 09:45:43AM +0100, Daniel Vetter wrote:
This is only used for kgdb (and previously panic) handlers in the fbdev emulation, so belongs there.
Note that this means we'll leave behind a forward declaration, but once all the helper vtables are consolidated (in the next patch) that will make more sense.
Signed-off-by: Daniel Vetter daniel.vetter@ffwll.ch
drivers/gpu/drm/nouveau/nv50_display.c | 1 + include/drm/drm_crtc_helper.h | 5 +---- include/drm/drm_fb_helper.h | 5 +++++ 3 files changed, 7 insertions(+), 4 deletions(-)
Reviewed-by: Thierry Reding treding@nvidia.com