[PATCH 2.6.10-mm2] oprofile: update m32r for api changes

From: Hirokazu Takata
Date: Thu Jan 06 2005 - 21:51:46 EST


oprofile m32r arch updates, including some API changes.

Signed-off-by: Hirokazu Takata <takata@xxxxxxxxxxxxxx>
---

diff -x CVS -ruNp b/arch/m32r/oprofile/init.c /work/kernel/linux-2.6_edge/source/arch/m32r/oprofile/init.c
--- b/arch/m32r/oprofile/init.c 2004-12-25 06:33:50.000000000 +0900
+++ /work/kernel/linux-2.6_edge/source/arch/m32r/oprofile/init.c 2004-11-15 11:56:19.000000000 +0900
@@ -12,11 +12,8 @@
#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;
}

--
Hirokazu Takata <takata@xxxxxxxxxxxxxx>
Linux/M32R Project: http://www.linux-m32r.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/