From: Greg Banks oprofile sparc64 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/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 #include -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; } _