diff options
| -rw-r--r-- | drivers/gpu/drm/drm_fb_helper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 83d7b7d03863..819ddcbfcce5 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c | |||
| @@ -280,6 +280,7 @@ void drm_fb_helper_restore(void) | |||
| 280 | } | 280 | } |
| 281 | EXPORT_SYMBOL(drm_fb_helper_restore); | 281 | EXPORT_SYMBOL(drm_fb_helper_restore); |
| 282 | 282 | ||
| 283 | #ifdef CONFIG_MAGIC_SYSRQ | ||
| 283 | static void drm_fb_helper_restore_work_fn(struct work_struct *ignored) | 284 | static void drm_fb_helper_restore_work_fn(struct work_struct *ignored) |
| 284 | { | 285 | { |
| 285 | drm_fb_helper_restore(); | 286 | drm_fb_helper_restore(); |
| @@ -296,6 +297,7 @@ static struct sysrq_key_op sysrq_drm_fb_helper_restore_op = { | |||
| 296 | .help_msg = "force-fb(V)", | 297 | .help_msg = "force-fb(V)", |
| 297 | .action_msg = "Restore framebuffer console", | 298 | .action_msg = "Restore framebuffer console", |
| 298 | }; | 299 | }; |
| 300 | #endif | ||
| 299 | 301 | ||
| 300 | static void drm_fb_helper_on(struct fb_info *info) | 302 | static void drm_fb_helper_on(struct fb_info *info) |
| 301 | { | 303 | { |
