diff -urN RC13-git3-jd4/arch/um/kernel/ksyms.c RC13-git3-jd5/arch/um/kernel/ksyms.c --- RC13-git3-jd4/arch/um/kernel/ksyms.c 2005-06-17 15:48:29.000000000 -0400 +++ RC13-git3-jd5/arch/um/kernel/ksyms.c 2005-09-04 08:52:31.000000000 -0400 @@ -114,22 +114,3 @@ EXPORT_SYMBOL(__read_lock_failed); #endif - -#ifdef CONFIG_HIGHMEM -EXPORT_SYMBOL(kmap); -EXPORT_SYMBOL(kunmap); -EXPORT_SYMBOL(kmap_atomic); -EXPORT_SYMBOL(kunmap_atomic); -EXPORT_SYMBOL(kmap_atomic_to_page); -#endif - -/* - * Overrides for Emacs so that we follow Linus's tabbing style. - * Emacs will notice this stuff at the end of the file and automatically - * adjust the settings for this buffer only. This must remain at the end - * of the file. - * --------------------------------------------------------------------------- - * Local variables: - * c-file-style: "linux" - * End: - */