Messages in this thread Patch in this message |  | | Date | Fri, 4 Apr 2003 09:57:47 +0400 | | Subject | [PATCH] visws framebuffer driver needs mm.h | | From | Andrey Panin <> | |
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.netdiff -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> |  |