]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/vga.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux...
[linux-2.6-omap-h63xx.git] / include / asm-x86 / vga.h
index 0ecf68ac03aa95c312a15876473d5df5a8851301..0ccf804377e600b7014a7247f964b8b83a4dd058 100644 (file)
@@ -12,9 +12,9 @@
  *     access the videoram directly without any black magic.
  */
 
-#define VGA_MAP_MEM(x,s) (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))
+#define vga_writeb(x, y) (*(y) = (x))
 
 #endif