patch-2.4.22 linux-2.4.22/arch/mips64/kernel/mips64_ksyms.c
Next file: linux-2.4.22/arch/mips64/kernel/pci-dma.c
Previous file: linux-2.4.22/arch/mips64/kernel/linux32.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips64/kernel/mips64_ksyms.c
- Orig date:
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.21/arch/mips64/kernel/mips64_ksyms.c linux-2.4.22/arch/mips64/kernel/mips64_ksyms.c
@@ -19,7 +19,9 @@
#include <asm/bootinfo.h>
#include <asm/dma.h>
+#if defined(CONFIG_BLK_DEV_FD) || defined(CONFIG_BLK_DEV_FD_MODULE)
#include <asm/floppy.h>
+#endif
#include <asm/io.h>
#include <asm/page.h>
#include <asm/pgalloc.h>
@@ -79,17 +81,6 @@
/* Networking helper routines. */
EXPORT_SYMBOL(csum_partial_copy);
-/*
- * Functions to control caches.
- */
-EXPORT_SYMBOL(_flush_page_to_ram);
-EXPORT_SYMBOL(_flush_cache_l1);
-
-#ifdef CONFIG_NONCOHERENT_IO
-EXPORT_SYMBOL(_dma_cache_wback_inv);
-EXPORT_SYMBOL(_dma_cache_inv);
-#endif
-
EXPORT_SYMBOL(invalid_pte_table);
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)