CRIS: Drop regs parameter from call to profile_tick in kernel/time.c

+1 -1
+1 -1
arch/cris/kernel/time.c
··· 207 207 #endif 208 208 209 209 #ifdef CONFIG_PROFILING 210 - profile_tick(CPU_PROFILING, regs); 210 + profile_tick(CPU_PROFILING); 211 211 #endif 212 212 } 213 213