patch-2.4.2 linux/kernel/ksyms.c
Next file: linux/kernel/module.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Feb 9 11:29:44 2001
- Orig file:
v2.4.1/linux/kernel/ksyms.c
- Orig date:
Sat Feb 3 19:51:32 2001
diff -u --recursive --new-file v2.4.1/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -10,7 +10,7 @@
*/
#include <linux/config.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/cdrom.h>
@@ -45,6 +45,7 @@
#include <linux/highuid.h>
#include <linux/brlock.h>
#include <linux/fs.h>
+#include <linux/tty.h>
#if defined(CONFIG_PROC_FS)
#include <linux/proc_fs.h>
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)