From: Greg Banks <gnb@melbourne.sgi.com>

oprofile sparc64 arch updates, including some internal API changes.

Signed-off-by: John Levon <levon@movementarian.org>
Signed-off-by: Greg Banks <gnb@melbourne.sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

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

diff -puN arch/sparc64/oprofile/init.c~oprofile-update-sparc64-for-api-changes arch/sparc64/oprofile/init.c
--- 25/arch/sparc64/oprofile/init.c~oprofile-update-sparc64-for-api-changes	Tue Nov  9 13:55:41 2004
+++ 25-akpm/arch/sparc64/oprofile/init.c	Tue Nov  9 13:55:41 2004
@@ -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;
 }
 
 
_