X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-i386%2Fvga.h;h=0ecf68ac03aa95c312a15876473d5df5a8851301;hb=c3d8e682b7d10f57d13c86ecbb15806781d6e953;hp=ef0c0e50cc951e898ea4f50661db2e4f1dc551fa;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/include/asm-i386/vga.h b/include/asm-i386/vga.h index ef0c0e50cc..0ecf68ac03 100644 --- a/include/asm-i386/vga.h +++ b/include/asm-i386/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))