[PATCH] Fix compile on PPC
commit19d4808faeeaa43e6eb90781f0c18fb09fc74abe
authorPaul Mackerras <paulus@samba.org>
Thu, 9 Oct 2003 00:23:30 +0000 (8 17:23 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 9 Oct 2003 00:23:30 +0000 (8 17:23 -0700)
tree65553ea3b2b10c3cc24dfafe352081a2634367fe
parentebf7c862050410f5249ecf58dbce821eb2adc714
[PATCH] Fix compile on PPC

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.
drivers/video/aty/aty128fb.c
drivers/video/matrox/matroxfb_base.h