diff options
Diffstat (limited to 'arch/ppc/oprofile/common.c')
-rw-r--r-- | arch/ppc/oprofile/common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc/oprofile/common.c b/arch/ppc/oprofile/common.c index a67d438a714..f63bee23f20 100644 --- a/arch/ppc/oprofile/common.c +++ b/arch/ppc/oprofile/common.c @@ -22,8 +22,7 @@ #include <asm/system.h> #include <asm/perfmon.h> #include <asm/cputable.h> - -#include "op_impl.h" +#include <asm/oprofile_impl.h> static struct op_powerpc_model *model; |