From: Andrey Panin <pazke@orbita1.ru>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@transmeta.com>, jsimmons@infradead.org
Subject: [PATCH] visws framebuffer driver needs mm.h
Date: Fri, 4 Apr 2003 09:57:47 +0400 [thread overview]
Message-ID: <20030404055747.GA964@pazke> (raw)
[-- 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>
reply other threads:[~2003-04-04 5:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030404055747.GA964@pazke \
--to=pazke@orbita1.ru \
--cc=jsimmons@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox