patch-2.1.94 linux/arch/alpha/kernel/alpha_ksyms.c

Next file: linux/arch/alpha/kernel/bios32.c
Previous file: linux/arch/alpha/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.93/linux/arch/alpha/kernel/alpha_ksyms.c linux/arch/alpha/kernel/alpha_ksyms.c
@@ -27,7 +27,6 @@
 #define __KERNEL_SYSCALLS__
 #include <asm/unistd.h>
 
-extern void bcopy (const char *src, char *dst, int len);
 extern struct hwrpb_struct *hwrpb;
 extern void dump_thread(struct pt_regs *, struct user *);
 extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
@@ -134,7 +133,6 @@
  * interface isn't gonna change any time soon now, so it's OK
  * to leave it out of version control.
  */
-# undef bcopy
 # undef memcpy
 # undef memset
 EXPORT_SYMBOL_NOVERS(__divl);
@@ -147,7 +145,3 @@
 EXPORT_SYMBOL_NOVERS(__remqu);
 EXPORT_SYMBOL_NOVERS(memcpy);
 EXPORT_SYMBOL_NOVERS(memset);
-
-#if CONFIG_PCI
-EXPORT_SYMBOL(pci_devices);
-#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov