patch-2.1.93 linux/kernel/ksyms.c
Next file: linux/mm/page_alloc.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index
- Lines: 47
- Date:
Thu Apr 2 09:12:26 1998
- Orig file:
v2.1.92/linux/kernel/ksyms.c
- Orig date:
Wed Apr 1 20:11:54 1998
diff -u --recursive --new-file v2.1.92/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -54,10 +54,6 @@
extern unsigned char aux_device_present, kbd_read_mask;
-#ifdef CONFIG_PCI
-#include <linux/bios32.h>
-#include <linux/pci.h>
-#endif
#if defined(CONFIG_PROC_FS)
#include <linux/proc_fs.h>
#endif
@@ -100,19 +96,6 @@
#endif
EXPORT_SYMBOL(get_options);
-#ifdef CONFIG_PCI
-EXPORT_SYMBOL(pcibios_present);
-EXPORT_SYMBOL(pcibios_find_class);
-EXPORT_SYMBOL(pcibios_find_device);
-EXPORT_SYMBOL(pcibios_read_config_byte);
-EXPORT_SYMBOL(pcibios_read_config_word);
-EXPORT_SYMBOL(pcibios_read_config_dword);
-EXPORT_SYMBOL(pcibios_write_config_byte);
-EXPORT_SYMBOL(pcibios_write_config_word);
-EXPORT_SYMBOL(pcibios_write_config_dword);
-EXPORT_SYMBOL(pcibios_strerror);
-#endif
-
/* process memory management */
EXPORT_SYMBOL(do_mmap);
EXPORT_SYMBOL(do_munmap);
@@ -265,6 +248,7 @@
EXPORT_SYMBOL(unregister_binfmt);
EXPORT_SYMBOL(search_binary_handler);
EXPORT_SYMBOL(prepare_binprm);
+EXPORT_SYMBOL(compute_creds);
EXPORT_SYMBOL(remove_arg_zero);
/* execution environment registration */
@@ -354,6 +338,7 @@
EXPORT_SYMBOL(_ctype);
EXPORT_SYMBOL(secure_tcp_sequence_number);
EXPORT_SYMBOL(get_random_bytes);
+EXPORT_SYMBOL(securebits);
/* Program loader interfaces */
EXPORT_SYMBOL(setup_arg_pages);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov