X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fvga.h;fp=include%2Fasm-arm%2Fvga.h;h=1e0b913c3d71ce9be96847b128b3965da2672f21;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=926e5ee128e92cdbdc91e6f5bda075cf06186014;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-arm/vga.h b/include/asm-arm/vga.h index 926e5ee12..1e0b913c3 100644 --- a/include/asm-arm/vga.h +++ b/include/asm-arm/vga.h @@ -4,7 +4,7 @@ #include #include -#define VGA_MAP_MEM(x) (PCIMEM_BASE + (x)) +#define VGA_MAP_MEM(x,s) (PCIMEM_BASE + (x)) #define vga_readb(x) (*((volatile unsigned char *)x)) #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x))