--- drivers/video/gbefb.c.orig 2005-05-17 22:59:57.834649872 -0400 +++ drivers/video/gbefb.c 2005-05-17 23:00:15.323991088 -0400 @@ -1133,7 +1133,7 @@ static int __init gbefb_probe(struct dev #ifndef MODULE if (fb_get_options("gbefb", &options)) return -ENODEV; - gbefb_setup(option); + gbefb_setup(options); #endif if (!request_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) {