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

Macfb: Update setup routine (from Matthias Urlichs)



---

 25-akpm/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	Thu Jan  8 15:37:36 2004
+++ 25-akpm/drivers/video/macfb.c	Thu Jan  8 15:37:36 2004
@@ -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;
 	

_