[PATCH 10/11] oprofile: update sh for api changes

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



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

oprofile sh arch updates, including some internal
API changes.

Signed-off-by: John Levon <levon@xxxxxxxxxxxxxxxxx>
Signed-off-by: Greg Banks <gnb@xxxxxxxxxxxxxxxxx>
---
arch/sh/oprofile/op_model_null.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)

Index: linux/arch/sh/oprofile/op_model_null.c
===================================================================
--- linux.orig/arch/sh/oprofile/op_model_null.c 2004-10-19 07:53:46.%N +1000
+++ linux/arch/sh/oprofile/op_model_null.c 2004-11-06 01:26:59.%N +1100
@@ -12,9 +12,8 @@
#include <linux/init.h>
#include <linux/errno.h>

-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)