[PATCH 9/11] oprofile: update s390 for api changes

From: Greg Banks
Date: Tue Nov 09 2004 - 05:49:52 EST



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

oprofile s390 arch updates, including some internal
API changes.

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

arch/s390/oprofile/init.c | 7 +------
1 files changed, 1 insertion(+), 6 deletions(-)

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