From: James S. <jsi...@us...> - 2002-03-15 18:28:15
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/ppc/kernel In directory usw-pr-cvs1:/tmp/cvs-serv4512/linux/arch/ppc/kernel Modified Files: ppc_ksyms.c Log Message: Alots of fixes across many platforms. Index: ppc_ksyms.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/ppc/kernel/ppc_ksyms.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ppc_ksyms.c 14 Mar 2002 22:32:22 -0000 1.4 +++ ppc_ksyms.c 15 Mar 2002 18:28:11 -0000 1.5 @@ -10,7 +10,6 @@ #include <linux/string.h> #include <linux/interrupt.h> #include <linux/tty.h> -#include <linux/vt_kern.h> #include <linux/nvram.h> #include <linux/console.h> #include <linux/irq.h> @@ -273,9 +272,6 @@ #endif #if defined(CONFIG_SCSI) && defined(CONFIG_ALL_PPC) EXPORT_SYMBOL(note_scsi_host); -#endif -#ifdef CONFIG_VT -EXPORT_SYMBOL(kd_mksound); #endif #ifdef CONFIG_NVRAM EXPORT_SYMBOL(nvram_read_byte); |