diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 1bae7b9f071d85f9f0eacd35c371e90e6e43e08a..56e56bcb6f0fdb3a0a3a2c83ea18325f2a0e7dbe 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -189,8 +189,8 @@ struct hrtimer_cpu_base { ktime_t expires_next; struct hrtimer *next_timer; unsigned int nr_events; - unsigned int nr_retries; - unsigned int nr_hangs; + unsigned short nr_retries; + unsigned short nr_hangs; unsigned int max_hang_time; #endif struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];