[PATCH] Trivial fix for get_user undefined in linux-2.4.20 wdt977 kernel module

From: George G. Davis (davis_g@attbi.com)
Date: Wed May 14 2003 - 13:21:44 EST


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

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:53 EST