lkml.org 
[lkml]   [2003]   [May]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Trivial fix for get_user undefined in linux-2.4.20 wdt977 kernel module
Greetings,

The attached patch fixes get_user undefined in linux-2.4.20 wdt977
kernel module.

--
Regards,
George

--- 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
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.017 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site