Commit ea30dd6d authored by Hirokazu Takata's avatar Hirokazu Takata Committed by Linus Torvalds

[PATCH] oprofile: update m32r for api changes

oprofile m32r arch updates, including some API changes.
Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d1e7bbf6
......@@ -12,14 +12,10 @@
#include <linux/errno.h>
#include <linux/init.h>
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)
{
return -ENODEV;
}
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