lkml.org 
[lkml]   [2003]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH] visws framebuffer driver needs mm.h
From
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
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>
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.014 / U:0.692 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site