From: Greg Banks oprofile sh arch updates, including some internal API changes. Signed-off-by: John Levon Signed-off-by: Greg Banks Signed-off-by: Andrew Morton --- 25-akpm/arch/sh/oprofile/op_model_null.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN arch/sh/oprofile/op_model_null.c~oprofile-update-sh-for-api-changes arch/sh/oprofile/op_model_null.c --- 25/arch/sh/oprofile/op_model_null.c~oprofile-update-sh-for-api-changes Tue Nov 9 13:55:40 2004 +++ 25-akpm/arch/sh/oprofile/op_model_null.c Tue Nov 9 13:55:40 2004 @@ -12,9 +12,8 @@ #include #include -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) _