vgabios: Fix compile error due to fixed prototypes.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 3 Jan 2010 22:53:58 +0000 (17:53 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 3 Jan 2010 22:53:58 +0000 (17:53 -0500)
vgasrc/vga.c

index e38298e780622b2e216576870129e77dd2559062..d734e2355b111d868150bac71a7e9e31d77447a5 100644 (file)
@@ -669,7 +669,7 @@ handle_101007(struct bregs *regs)
 static void
 handle_101008(struct bregs *regs)
 {
-    regs->bh = vgahw_get_overscan_border_color(regs);
+    regs->bh = vgahw_get_overscan_border_color();
 }
 
 static void