Commit-ID: f822798e3ced63427d57d128ee8d118126455f84 Gitweb: http://git.kernel.org/tip/f822798e3ced63427d57d128ee8d118126455f84 Author: Dimitri Sivanich <[email protected]> AuthorDate: Fri, 26 May 2017 23:30:52 +0200 Committer: Thomas Gleixner <[email protected]> CommitDate: Sat, 27 May 2017 12:58:46 +0200
posix-timers: Remove mmtimer leftovers After removing mmtimer, the mmtimer struct can be removed from the k_itimer struct. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Russ Anderson <[email protected]> Cc: Dimitri Sivanich <[email protected]> Cc: Mike Travis <[email protected]> Cc: Nate Zimmer <[email protected]> Cc: Christoph Hellwig <[email protected]> Link: http://lkml.kernel.org/r/[email protected] --- include/linux/posix-timers.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h index b313ef2..34e893a 100644 --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h @@ -73,12 +73,6 @@ struct k_itimer { } real; struct cpu_timer_list cpu; struct { - unsigned int clock; - unsigned int node; - unsigned long incr; - unsigned long expires; - } mmtimer; - struct { struct alarm alarmtimer; ktime_t interval; } alarm;

