From: "George G. Davis" <davis_g@attbi.com>
To: linux kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] Trivial fix for get_user undefined in linux-2.4.20 wdt977 kernel module
Date: Wed, 14 May 2003 14:21:44 -0400 [thread overview]
Message-ID: <3EC28938.8010402@attbi.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Greetings,
The attached patch fixes get_user undefined in linux-2.4.20 wdt977
kernel module.
--
Regards,
George
[-- Attachment #2: patch-2.4.20-drivers_char_wdt977 --]
[-- Type: text/plain, Size: 288 bytes --]
--- linux-2.4.20-orig/drivers/char/wdt977.c Tue Dec 10 16:02:08 2002
+++ linux-2.4.20-new/drivers/char/wdt977.c Wed May 14 11:40:08 2003
@@ -27,6 +27,7 @@
#include <asm/io.h>
#include <asm/system.h>
#include <asm/mach-types.h>
+#include <asm/uaccess.h>
#define WATCHDOG_MINOR 130
reply other threads:[~2003-05-14 17:59 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=3EC28938.8010402@attbi.com \
--to=davis_g@attbi.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.