aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/perfmon_fsl_booke.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/kernel/perfmon_fsl_booke.c')
-rw-r--r--arch/ppc/kernel/perfmon_fsl_booke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/perfmon_fsl_booke.c b/arch/ppc/kernel/perfmon_fsl_booke.c
index 03526bfb0840..32455dfcc36b 100644
--- a/arch/ppc/kernel/perfmon_fsl_booke.c
+++ b/arch/ppc/kernel/perfmon_fsl_booke.c
@@ -32,7 +32,7 @@
32#include <asm/io.h> 32#include <asm/io.h>
33#include <asm/reg.h> 33#include <asm/reg.h>
34#include <asm/xmon.h> 34#include <asm/xmon.h>
35#include <asm/perfmon.h> 35#include <asm/pmc.h>
36 36
37static inline u32 get_pmlca(int ctr); 37static inline u32 get_pmlca(int ctr);
38static inline void set_pmlca(int ctr, u32 pmlca); 38static inline void set_pmlca(int ctr, u32 pmlca);