* [PATCH] visws framebuffer driver needs mm.h
@ 2003-04-04 5:57 Andrey Panin
0 siblings, 0 replies; only message in thread
From: Andrey Panin @ 2003-04-04 5:57 UTC (permalink / raw)
To: linux-kernel; +Cc: Linus Torvalds, jsimmons
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
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
[-- Attachment #2: patch-visws-framebuffer-fix --]
[-- Type: text/plain, Size: 452 bytes --]
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-04-04 5:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-04 5:57 [PATCH] visws framebuffer driver needs mm.h Andrey Panin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox