aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/vga.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/asm-x86_64/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/vga.h b/include/asm-x86_64/vga.h
index ef0c0e50cc95..0ecf68ac03aa 100644
--- a/include/asm-x86_64/vga.h
+++ b/include/asm-x86_64/vga.h
@@ -12,7 +12,7 @@
* access the videoram directly without any black magic.
*/
-#define VGA_MAP_MEM(x) (unsigned long)phys_to_virt(x)
+#define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x)
#define vga_readb(x) (*(x))
#define vga_writeb(x,y) (*(y) = (x))