]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/vga.h
[PATCH] Clean up and refactor i386 sub-architecture setup
[linux-2.6-omap-h63xx.git] / include / asm-i386 / vga.h
index ef0c0e50cc951e898ea4f50661db2e4f1dc551fa..0ecf68ac03aa95c312a15876473d5df5a8851301 100644 (file)
@@ -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))