X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvideo%2Fvga.h;h=e44593d3cd9365ff460e38713dbdcca2dc95a8a9;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=480c58417bebced9082b6c94eaf363bcb6fab038;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/video/vga.h b/include/video/vga.h index 480c58417..e44593d3c 100644 --- a/include/video/vga.h +++ b/include/video/vga.h @@ -26,8 +26,15 @@ /* * FIXME * Ugh, we don't have PCI space, so map readb() and friends to use Zorro space - * for MMIO accesses. This should make clgenfb work again on Amiga + * for MMIO accesses. This should make cirrusfb work again on Amiga */ +#undef inb_p +#undef inw_p +#undef outb_p +#undef outw +#undef readb +#undef writeb +#undef writew #define inb_p(port) 0 #define inw_p(port) 0 #define outb_p(port, val) do { } while (0)