]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-mips/vga.h
ACPI: Fix thermal shutdowns
[karo-tx-linux.git] / include / asm-mips / vga.h
index 34755c0a63988e21121a33c943fbada2234bb7da..f4cff7e4fa8a2a531a80e2374eb4056c46dab7aa 100644 (file)
  *     access the videoram directly without any black magic.
  */
 
-#define VGA_MAP_MEM(x) (0xb0000000L + (unsigned long)(x))
+#define VGA_MAP_MEM(x, s)      (0xb0000000L + (unsigned long)(x))
 
 #define vga_readb(x)   (*(x))
-#define vga_writeb(x,y)        (*(y) = (x))
+#define vga_writeb(x, y)       (*(y) = (x))
 
 #define VT_BUF_HAVE_RW
 /*