diff options
Diffstat (limited to 'drivers/video/console')
-rw-r--r-- | drivers/video/console/fbcon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index e99bb7c51798..4bcff81b50e0 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
@@ -3455,7 +3455,8 @@ static void fbcon_exit(void) | |||
3455 | return; | 3455 | return; |
3456 | 3456 | ||
3457 | #ifdef CONFIG_ATARI | 3457 | #ifdef CONFIG_ATARI |
3458 | free_irq(IRQ_AUTO_4, fb_vbl_handler); | 3458 | if (MACH_IS_ATARI) |
3459 | free_irq(IRQ_AUTO_4, fb_vbl_handler); | ||
3459 | #endif | 3460 | #endif |
3460 | 3461 | ||
3461 | kfree((void *)softback_buf); | 3462 | kfree((void *)softback_buf); |