X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fvga.h;h=1e0b913c3d71ce9be96847b128b3965da2672f21;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=926e5ee128e92cdbdc91e6f5bda075cf06186014;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;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))