diff options
Diffstat (limited to 'drivers/video/console/fbcon.c')
-rw-r--r-- | drivers/video/console/fbcon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 8c041daa3a15..302174b8e477 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
@@ -204,7 +204,7 @@ static struct class_device *fbcon_class_device; | |||
204 | */ | 204 | */ |
205 | static int vbl_detected; | 205 | static int vbl_detected; |
206 | 206 | ||
207 | static irqreturn_t fb_vbl_detect(int irq, void *dummy, struct pt_regs *fp) | 207 | static irqreturn_t fb_vbl_detect(int irq, void *dummy) |
208 | { | 208 | { |
209 | vbl_detected++; | 209 | vbl_detected++; |
210 | return IRQ_HANDLED; | 210 | return IRQ_HANDLED; |
@@ -414,7 +414,7 @@ static void fb_flashcursor(void *private) | |||
414 | 414 | ||
415 | #if defined(CONFIG_ATARI) || defined(CONFIG_MAC) | 415 | #if defined(CONFIG_ATARI) || defined(CONFIG_MAC) |
416 | static int cursor_blink_rate; | 416 | static int cursor_blink_rate; |
417 | static irqreturn_t fb_vbl_handler(int irq, void *dev_id, struct pt_regs *fp) | 417 | static irqreturn_t fb_vbl_handler(int irq, void *dev_id) |
418 | { | 418 | { |
419 | struct fb_info *info = dev_id; | 419 | struct fb_info *info = dev_id; |
420 | 420 | ||