diff options
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/intel_fb.c | 5 |
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 | ||
415 | static struct drm_mode_set kernelfb_mode; | 415 | static struct drm_mode_set kernelfb_mode; |
416 | 416 | ||
417 | int intelfb_panic(struct notifier_block *n, unsigned long ununsed, | 417 | static 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 | } |
425 | EXPORT_SYMBOL(intelfb_panic); | ||
426 | 425 | ||
427 | static struct notifier_block paniced = { | 426 | static struct notifier_block paniced = { |
428 | .notifier_call = intelfb_panic, | 427 | .notifier_call = intelfb_panic, |