diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-06-12 10:14:22 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 20:03:13 -0700 |
commit | e14112d1bd5e193166b54be19119cf6440470560 (patch) | |
tree | 7e38942535b91872b5f9869a1e6597add34c60cc /arch/powerpc/kernel | |
parent | a525890cb6a2949b644d212ae290b658967d3919 (diff) | |
download | linux-stable-e14112d1bd5e193166b54be19119cf6440470560.tar.gz linux-stable-e14112d1bd5e193166b54be19119cf6440470560.tar.bz2 linux-stable-e14112d1bd5e193166b54be19119cf6440470560.zip |
perfcounters: remove powerpc definitions of perf_counter_do_pending
Commit 925d519ab82b6dd7aca9420d809ee83819c08db2 ("perf_counter:
unify and fix delayed counter wakeup") added global definitions.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Paul Mackerras <paulus@samba.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index feff792ed0f9..844d3f882a15 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c @@ -53,6 +53,7 @@ #include <linux/bootmem.h> #include <linux/pci.h> #include <linux/debugfs.h> +#include <linux/perf_counter.h> #include <asm/uaccess.h> #include <asm/system.h> |