[PATCH 11/11] oprofile: update sparc64 for api changes

From: Greg Banks
Date: Tue Nov 09 2004 - 06:02:04 EST



--
Greg Banks, R&D Software Engineer, SGI Australian Software Group.
I don't speak for SGI.

oprofile sparc64 arch updates, including some internal
API changes.

Signed-off-by: John Levon <levon@xxxxxxxxxxxxxxxxx>
Signed-off-by: Greg Banks <gnb@xxxxxxxxxxxxxxxxx>
---

arch/sparc64/oprofile/init.c | 5 +----
1 files changed, 1 insertion(+), 4 deletions(-)

Index: linux/arch/sparc64/oprofile/init.c
===================================================================
--- linux.orig/arch/sparc64/oprofile/init.c 2004-10-19 07:54:37.%N +1000
+++ linux/arch/sparc64/oprofile/init.c 2004-11-06 01:26:59.%N +1100
@@ -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;
}