]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix the survivors of fbcon_vbl_handler() renaming
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 00:27:30 +0000 (01:27 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Sep 2006 00:48:57 +0000 (17:48 -0700)
commit930e2b4038d63ab5bd7cb962e7a041756bc00c13
tree839ebe5631d59e702db05e37b506af446f4615e9
parentb635169e09dba22382aa076e983fb01b0c88e0f5
[PATCH] fix the survivors of fbcon_vbl_handler() renaming

In

|Author: James Simmons <jsimmons@kozmo.(none)>
|Date:   Thu Mar 13 22:37:08 2003 -0800
|
|    [FBCON] Cursor handling clean up. I nuked several static variables.

we have

-static void fbcon_vbl_handler(int irq, void *dummy, struct pt_regs *fp)
+static void fb_vbl_handler(int irq, void *dev_id, struct pt_regs *fp)

and 3 years later a couple of instances missed back then still remains
there.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/fbcon.c