X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-mips%2Ffixmap.h;h=f27b96cfac2e1e2f17cf0ded6008e5912080db69;hb=c60ecec67ab3f6b5791ef49d502b7a61909aa13e;hp=02c8a13fc894838b27336ae42fbb542f87132e01;hpb=752c58a471c108d64da1676b2925dfbd83eb177e;p=powerpc.git diff --git a/include/asm-mips/fixmap.h b/include/asm-mips/fixmap.h index 02c8a13fc8..f27b96cfac 100644 --- a/include/asm-mips/fixmap.h +++ b/include/asm-mips/fixmap.h @@ -60,8 +60,8 @@ enum fixed_addresses { __end_of_fixed_addresses }; -extern void __set_fixmap (enum fixed_addresses idx, - unsigned long phys, pgprot_t flags); +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)