lkml.org 
[lkml]   [2003]   [Apr]   [4]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 4 Apr 2003 09:57:47 +0400
Subject[PATCH] visws framebuffer driver needs mm.h
FromAndrey 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>
\
 
 \ /
  Last update: 2005-03-22 12:34    [from the cache]
©2003-2008