From: Geert Uytterhoeven <geert@linux-m68k.org>

Macfb: Update setup routine (from Matthias Urlichs)



 drivers/video/macfb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/macfb.c~68k-361 drivers/video/macfb.c
--- 25/drivers/video/macfb.c~68k-361	2004-01-01 13:42:51.000000000 -0800
+++ 25-akpm/drivers/video/macfb.c	2004-01-01 13:42:51.000000000 -0800
@@ -592,7 +592,7 @@ static struct fb_ops macfb_ops = {
 	.fb_cursor	= soft_cursor,
 };
 
-void __init macfb_setup(char *options, int *ints)
+void __init macfb_setup(char *options)
 {
 	char *this_opt;
 	

_