aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/pmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/pmc.h')
-rw-r--r--include/asm-powerpc/pmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/pmc.h b/include/asm-powerpc/pmc.h
index 5f41f3a2b293cf..07d6a427931983 100644
--- a/include/asm-powerpc/pmc.h
+++ b/include/asm-powerpc/pmc.h
@@ -18,6 +18,7 @@
*/
#ifndef _POWERPC_PMC_H
#define _POWERPC_PMC_H
+#ifdef __KERNEL__
#include <asm/ptrace.h>
@@ -44,4 +45,5 @@ void dump_pmcs(void);
extern struct op_powerpc_model op_model_fsl_booke;
#endif
+#endif /* __KERNEL__ */
#endif /* _POWERPC_PMC_H */