aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/include/asm/asm-prototypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/asm-prototypes.h b/arch/powerpc/include/asm/asm-prototypes.h
index ba47c70712f9..f6c5264287e5 100644
--- a/arch/powerpc/include/asm/asm-prototypes.h
+++ b/arch/powerpc/include/asm/asm-prototypes.h
@@ -120,4 +120,6 @@ extern s64 __ashrdi3(s64, int);
120extern int __cmpdi2(s64, s64); 120extern int __cmpdi2(s64, s64);
121extern int __ucmpdi2(u64, u64); 121extern int __ucmpdi2(u64, u64);
122 122
123void _mcount(void);
124
123#endif /* _ASM_POWERPC_ASM_PROTOTYPES_H */ 125#endif /* _ASM_POWERPC_ASM_PROTOTYPES_H */