Commit f90d9f19 authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds

[PATCH] oprofile: update s390 for api changes

oprofile s390 arch updates, including some internal API changes.
Signed-off-by: default avatarJohn Levon <levon@movementarian.org>
Signed-off-by: default avatarGreg Banks <gnb@melbourne.sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a745d8b1
......@@ -12,13 +12,8 @@
#include <linux/init.h>
#include <linux/errno.h>
//extern int irq_init(struct oprofile_operations** ops);
extern void timer_init(struct oprofile_operations** ops);
int __init oprofile_arch_init(struct oprofile_operations** ops)
void __init oprofile_arch_init(struct oprofile_operations* ops)
{
timer_init(ops);
return 0;
}
void oprofile_arch_exit(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment