···1212#include <linux/init.h>1313#include <linux/errno.h>14141515-extern int perfmon_init(struct oprofile_operations * ops);1515+extern int perfmon_init(struct oprofile_operations *ops);1616extern void perfmon_exit(void);1717extern void ia64_backtrace(struct pt_regs * const regs, unsigned int depth);18181919-int __init oprofile_arch_init(struct oprofile_operations * ops)1919+int __init oprofile_arch_init(struct oprofile_operations *ops)2020{2121 int ret = -ENODEV;2222
+2-2
arch/ia64/oprofile/perfmon.c
···5656};575758585959-static char * get_cpu_type(void)5959+static char *get_cpu_type(void)6060{6161 __u8 family = local_cpu_data->family;6262···75757676static int using_perfmon;77777878-int perfmon_init(struct oprofile_operations * ops)7878+int perfmon_init(struct oprofile_operations *ops)7979{8080 int ret = pfm_register_buffer_fmt(&oprofile_fmt);8181 if (ret)