diff --git a/include/linux/timer.h b/include/linux/timer.h index 38cf093ef62c745d9f06e1038127ef61834796a1..f3dccdb44f95fc43e3f0df93075a98519d760c4b 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h @@ -24,9 +24,9 @@ struct timer_list { int slack; #ifdef CONFIG_TIMER_STATS + int start_pid; void *start_site; char start_comm[16]; - int start_pid; #endif #ifdef CONFIG_LOCKDEP struct lockdep_map lockdep_map;