--- zzzz-none-000/linux-2.6.32.61/include/linux/hrtimer.h 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/include/linux/hrtimer.h 2013-02-12 11:43:28.000000000 +0000 @@ -342,7 +342,7 @@ { hrtimer_init(timer, which_clock, mode); } -static inline void destroy_hrtimer_on_stack(struct hrtimer *timer) { } +static inline void destroy_hrtimer_on_stack(struct hrtimer *timer __attribute__ ((unused))) { } #endif /* Basic timer operations: */ @@ -477,15 +477,15 @@ timer->start_site = NULL; } #else -static inline void timer_stats_account_hrtimer(struct hrtimer *timer) +static inline void timer_stats_account_hrtimer(struct hrtimer *timer __attribute__ ((unused))) { } -static inline void timer_stats_hrtimer_set_start_info(struct hrtimer *timer) +static inline void timer_stats_hrtimer_set_start_info(struct hrtimer *timer __attribute__ ((unused))) { } -static inline void timer_stats_hrtimer_clear_start_info(struct hrtimer *timer) +static inline void timer_stats_hrtimer_clear_start_info(struct hrtimer *timer __attribute__ ((unused))) { } #endif