• Paul Mackerras's avatar
    [PATCH] Fix compile on PPC · 19d4808f
    Paul Mackerras authored
    At the moment the aty128fb and matroxfb frame buffer drivers don't
    compile on PPC.  In both cases the error is pretty trivial.  This
    patch is the minimum change to fix the problems.
    
    The _IOR() type problem fix in aty128fb.c depends on the fact that the
    size of a pointer is the same as "size_t", so we don't have to use
    _IOR_BAD() to keep the ioctl number the same.
    19d4808f
matroxfb_base.h 20.5 KB