aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/intel_fb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_fb.c b/drivers/gpu/drm/i915/intel_fb.c
index 3e38da0f6096..afd1217b8a02 100644
--- a/drivers/gpu/drm/i915/intel_fb.c
+++ b/drivers/gpu/drm/i915/intel_fb.c
@@ -414,15 +414,14 @@ EXPORT_SYMBOL(intelfb_resize);
414 414
415static struct drm_mode_set kernelfb_mode; 415static struct drm_mode_set kernelfb_mode;
416 416
417int intelfb_panic(struct notifier_block *n, unsigned long ununsed, 417static int intelfb_panic(struct notifier_block *n, unsigned long ununsed,
418 void *panic_str) 418 void *panic_str)
419{ 419{
420 DRM_ERROR("panic occurred, switching back to text console\n"); 420 DRM_ERROR("panic occurred, switching back to text console\n");
421 421
422 intelfb_restore(); 422 intelfb_restore();
423 return 0; 423 return 0;
424} 424}
425EXPORT_SYMBOL(intelfb_panic);
426 425
427static struct notifier_block paniced = { 426static struct notifier_block paniced = {
428 .notifier_call = intelfb_panic, 427 .notifier_call = intelfb_panic,