From: Greg Banks oprofile s390 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/s390/oprofile/init.c | 7 +------ 1 files changed, 1 insertion(+), 6 deletions(-) diff -puN arch/s390/oprofile/init.c~oprofile-update-s390-for-api-changes arch/s390/oprofile/init.c --- 25/arch/s390/oprofile/init.c~oprofile-update-s390-for-api-changes Tue Nov 9 13:55:37 2004 +++ 25-akpm/arch/s390/oprofile/init.c Tue Nov 9 13:55:37 2004 @@ -12,13 +12,8 @@ #include #include -//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) _