[PATCH] visws framebuffer driver needs mm.h

Andrey Panin (pazke@orbita1.ru)
Fri, 4 Apr 2003 09:57:47 +0400


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-26828-1049436149-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

this trivial patch (2.5.66) fixes visws framebuffer driver which
needs vm_area_struct from linux/mm.h

Please apply.

Best regards.

-- 
Andrey Panin		| Embedded systems software developer
pazke@orbita1.ru	| PGP key: wwwkeys.pgp.net

--=_courier-26828-1049436149-0001-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=patch-visws-framebuffer-fix

diff -urN -X /usr/share/dontdiff linux-2.5.66.vanilla/drivers/video/sgivwfb.c linux-2.5.66/drivers/video/sgivwfb.c --- linux-2.5.66.vanilla/drivers/video/sgivwfb.c Mon Mar 31 13:37:32 2003 +++ linux-2.5.66/drivers/video/sgivwfb.c Mon Mar 31 16:11:01 2003 @@ -12,6 +12,7 @@ #include <linux/config.h> #include <linux/module.h> #include <linux/kernel.h> +#include <linux/mm.h> #include <linux/errno.h> #include <linux/delay.h> #include <linux/fb.h>

--=_courier-26828-1049436149-0001-2--