X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-alpha%2Fvga.h;fp=include%2Fasm-alpha%2Fvga.h;h=ed06f59b544d4c7c84ef7ccdb20ab56fa1444554;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=8ca4f6b2da19e87af861971b23b7b1c4778014e5;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/asm-alpha/vga.h b/include/asm-alpha/vga.h index 8ca4f6b2d..ed06f59b5 100644 --- a/include/asm-alpha/vga.h +++ b/include/asm-alpha/vga.h @@ -46,6 +46,6 @@ extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count); #define vga_readb(a) readb((u8 __iomem *)(a)) #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) -#define VGA_MAP_MEM(x) ((unsigned long) ioremap(x, 0)) +#define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) #endif