X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-mips%2Fvga.h;h=c1dd0b10bc2737ba1abb23434106b5560b78924f;hb=b10d911749d37dccfa5873d2088aea3f074b9e45;hp=ca5cec97e16711a02b5800d18b88fd4b94020b4f;hpb=d8762748cae4f85b3201c0304969d993b42d5258;p=karo-tx-linux.git diff --git a/include/asm-mips/vga.h b/include/asm-mips/vga.h index ca5cec97e167..c1dd0b10bc27 100644 --- a/include/asm-mips/vga.h +++ b/include/asm-mips/vga.h @@ -13,7 +13,7 @@ * access the videoram directly without any black magic. */ -#define VGA_MAP_MEM(x) (0xb0000000L + (unsigned long)(x)) +#define VGA_MAP_MEM(x,s) (0xb0000000L + (unsigned long)(x)) #define vga_readb(x) (*(x)) #define vga_writeb(x,y) (*(y) = (x)) @@ -26,6 +26,9 @@ * has already done the right job for us. */ +#undef scr_writew +#undef scr_readw + static inline void scr_writew(u16 val, volatile u16 *addr) { *addr = cpu_to_le16(val);