From: Al Viro Date: Sat, 23 Sep 2006 00:27:30 +0000 (+0100) Subject: [PATCH] fix the survivors of fbcon_vbl_handler() renaming X-Git-Tag: v2.6.19-rc1~1285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=956295d50dc5462722f029de64d44a7ecba54e69;p=pandora-kernel.git [PATCH] fix the survivors of fbcon_vbl_handler() renaming In |Author: James Simmons |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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed