]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm: Fix compilation error when CONFIG_DEBUG_FS is undefined
authorSean Paul <seanpaul@chromium.org>
Mon, 6 Mar 2017 20:00:17 +0000 (15:00 -0500)
committerSean Paul <seanpaul@chromium.org>
Mon, 6 Mar 2017 23:17:41 +0000 (18:17 -0500)
commit47f6cdd2cb0bed3d8337626d45efc9301337bf1d
tree8d64c5233547b0d44cda723592ca806be8c42cc2
parent3190e58dafaf10cedab3005f3859ee0c16700c14
drm: Fix compilation error when CONFIG_DEBUG_FS is undefined

This patch fixes the following compilation error when CONFIG_DEBUG_FS is not defined.

../drivers/gpu/drm/drm_dp_helper.c: In function ‘drm_dp_aux_crc_work’:
../drivers/gpu/drm/drm_dp_helper.c:1029:13: error: ‘struct drm_crtc’ has no member named ‘crc’
../drivers/gpu/drm/drm_dp_helper.c:1031:12: error: ‘struct drm_crtc’ has no member named ‘crc’
  make[4]: *** [drivers/gpu/drm/drm_dp_helper.o] Error 1
  make[4]: *** Waiting for unfinished jobs....

Fixes: 79c1da7c3bf7 ("drm/dp: add helpers for capture of frame CRCs")
Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
include/drm/drm_crtc.h