[MIPS] fixmap: delete unused __set_fixmap, set_fixmap and set_fixmap_nocache
authorRalf Baechle <ralf@linux-mips.org>
Tue, 29 Jan 2008 10:15:00 +0000 (10:15 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Jan 2008 10:15:00 +0000 (10:15 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/fixmap.h

index f27b96cfac2e1e2f17cf0ded6008e5912080db69..9cc8522a394f3ff132e3009d0cebcd982cc39b3f 100644 (file)
@@ -60,16 +60,6 @@ enum fixed_addresses {
        __end_of_fixed_addresses
 };
 
-extern void __set_fixmap(enum fixed_addresses idx,
-                        unsigned long phys, pgprot_t flags);
-
-#define set_fixmap(idx, phys) \
-               __set_fixmap(idx, phys, PAGE_KERNEL)
-/*
- * Some hardware wants to get fixmapped without caching.
- */
-#define set_fixmap_nocache(idx, phys) \
-               __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
 /*
  * used by vmalloc.c.
  *