linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-alpha / vga.h
index ed06f59..8ca4f6b 100644 (file)
@@ -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,s)       ((unsigned long) ioremap(x, s))
+#define VGA_MAP_MEM(x) ((unsigned long) ioremap(x, 0))
 
 #endif