Commit 300e83c1 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Macfb setup

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

Macfb: Update setup routine (from Matthias Urlichs)
parent 5dcf5e6b
...@@ -592,7 +592,7 @@ static struct fb_ops macfb_ops = { ...@@ -592,7 +592,7 @@ static struct fb_ops macfb_ops = {
.fb_cursor = soft_cursor, .fb_cursor = soft_cursor,
}; };
void __init macfb_setup(char *options, int *ints) void __init macfb_setup(char *options)
{ {
char *this_opt; char *this_opt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment