diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-19 23:21:15 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 19:21:08 +1000 |
commit | 654810ec899ea5f2fc2138fca1793b603d481ff4 (patch) | |
tree | 7b5e4d411d275a22606b81e0725ebc06acb7bff6 /arch/ppc/oprofile/common.c | |
parent | a3e48c10cca3287a845435dd8ca58ecbde72d847 (diff) |
[PATCH] powerpc: merge oprofile headers
Merge include/asm-ppc64/oprofile_ipml.h and arch/ppc/oprofile/op_impl.h
into include/asm-powerpc/oprofile_ipml.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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; |