]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/fixmap.h
[NETNS]: Add namespace for ICMP replying code.
[linux-2.6-omap-h63xx.git] / include / asm-mips / fixmap.h
index 02c8a13fc894838b27336ae42fbb542f87132e01..f27b96cfac2e1e2f17cf0ded6008e5912080db69 100644 (file)
@@ -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)