patch-2.1.6 linux/kernel/module.c
Next file: linux/kernel/panic.c
Previous file: linux/kernel/itimer.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Oct 28 14:21:41 1996
- Orig file:
v2.1.5/linux/kernel/module.c
- Orig date:
Wed Oct 16 10:48:30 1996
diff -u --recursive --new-file v2.1.5/linux/kernel/module.c linux/kernel/module.c
@@ -1,6 +1,5 @@
#include <linux/errno.h>
#include <linux/kernel.h>
-#include <asm/segment.h>
#include <linux/mm.h> /* defines GFP_KERNEL */
#include <linux/string.h>
#include <linux/module.h>
@@ -8,6 +7,8 @@
#include <linux/malloc.h>
#include <linux/vmalloc.h>
#include <linux/config.h>
+
+#include <asm/uaccess.h>
/*
* Originally by Anonymous (as far as I know...)
* Linux version by Bas Laarhoven <bas@vimec.nl>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov