From: Ralf Baechle Date: Tue, 29 Jan 2008 10:15:00 +0000 (+0000) Subject: [MIPS] fixmap: delete unused __set_fixmap, set_fixmap and set_fixmap_nocache X-Git-Tag: accepted/tizen/common/20141203.182822~25491^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae0c69acd61918cecd8e2949d9575271bc2fdfff;p=platform%2Fkernel%2Flinux-arm64.git [MIPS] fixmap: delete unused __set_fixmap, set_fixmap and set_fixmap_nocache Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/fixmap.h b/include/asm-mips/fixmap.h index f27b96c..9cc8522 100644 --- a/include/asm-mips/fixmap.h +++ b/include/asm-mips/fixmap.h @@ -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. *