diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /kernel/module.c | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'kernel/module.c')
-rw-r--r-- | kernel/module.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/kernel/module.c b/kernel/module.c index e367a747c..59884d8e2 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -1,13 +1,8 @@ -#include <linux/errno.h> -#include <linux/kernel.h> -#include <linux/mm.h> /* defines GFP_KERNEL */ -#include <linux/string.h> -#include <linux/module.h> -#include <linux/sched.h> #include <linux/config.h> +#include <linux/mm.h> +#include <linux/module.h> #include <asm/uaccess.h> #include <linux/vmalloc.h> -#include <linux/smp.h> #include <linux/smp_lock.h> #include <asm/pgtable.h> |