diff options
Diffstat (limited to 'drivers/video/atafb.c')
-rw-r--r-- | drivers/video/atafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/atafb.c b/drivers/video/atafb.c index 5831893bf7a0..02c41a626fa2 100644 --- a/drivers/video/atafb.c +++ b/drivers/video/atafb.c | |||
@@ -1521,7 +1521,7 @@ static void falcon_set_par( struct atafb_par *par ) | |||
1521 | } | 1521 | } |
1522 | 1522 | ||
1523 | 1523 | ||
1524 | static irqreturn_t falcon_vbl_switcher( int irq, void *dummy, struct pt_regs *fp ) | 1524 | static irqreturn_t falcon_vbl_switcher( int irq, void *dummy ) |
1525 | { | 1525 | { |
1526 | struct falcon_hw *hw = &f_new_mode; | 1526 | struct falcon_hw *hw = &f_new_mode; |
1527 | 1527 | ||