]> git.baikalelectronics.ru Git - 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)
commit647a1ca673cf6a110ed38096978e8597f366357a
tree8d64c5233547b0d44cda723592ca806be8c42cc2
parentb71f664c5bff25f588b6742f7d27c81e5dd87e45
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: 3361aad3dc8d ("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