* [PATCH] Trivial fix for get_user undefined in linux-2.4.20 wdt977 kernel module
@ 2003-05-14 18:21 George G. Davis
0 siblings, 0 replies; only message in thread
From: George G. Davis @ 2003-05-14 18:21 UTC (permalink / raw)
To: linux kernel
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-14 17:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-14 18:21 [PATCH] Trivial fix for get_user undefined in linux-2.4.20 wdt977 kernel module George G. Davis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox