aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/posix-timers.h
diff options
context:
space:
mode:
authorDimitri Sivanich <sivanich@hpe.com>2017-05-26 23:30:52 +0200
committerThomas Gleixner <tglx@linutronix.de>2017-05-27 12:58:46 +0200
commitf822798e3ced63427d57d128ee8d118126455f84 (patch)
treee193040459b2a37c55e5c25894dcc2c4ab3b5f38 /include/linux/posix-timers.h
parentalarmtimer: Fix posix-timer constification fallout (diff)
downloadlinux-dev-f822798e3ced63427d57d128ee8d118126455f84.tar.xz
linux-dev-f822798e3ced63427d57d128ee8d118126455f84.zip
posix-timers: Remove mmtimer leftovers
After removing mmtimer, the mmtimer struct can be removed from the k_itimer struct. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Russ Anderson <rja@sgi.com> Cc: Dimitri Sivanich <sivanich@sgi.com> Cc: Mike Travis <mike.travis@hpe.com> Cc: Nate Zimmer <nzimmer@sgi.com> Cc: Christoph Hellwig <hch@lst.de> Link: http://lkml.kernel.org/r/20170526130534.GE30788@hpe.com
Diffstat (limited to 'include/linux/posix-timers.h')
-rw-r--r--include/linux/posix-timers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h
index b313ef2e7385..34e893a75771 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;