Skip to content
Commit bea1d35b authored by Mikael Pettersson's avatar Mikael Pettersson Committed by Dave Airlie
Browse files

drm: fix drm_fb_helper warning when !CONFIG_MAGIC_SYSRQ



Compiling DRM throws the following warning if MAGIC_SYSRQ is disabled:

drivers/gpu/drm/drm_fb_helper.c:101: warning: 'sysrq_drm_fb_helper_restore_op' defined but not used

Fix: place sysrq_drm_fb_helper_restore_op and associated
definitions inside #ifdef CONFIG_MAGIC_SYSRQ.

Signed-off-by: default avatarMikael Pettersson <mikpe@it.uu.se>
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 4c57edba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment