]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/char/mmtimer.c
posix-timers: Remove useless res field from k_clock
authorThomas Gleixner <tglx@linutronix.de>
Tue, 1 Feb 2011 13:51:56 +0000 (13:51 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Feb 2011 14:28:15 +0000 (15:28 +0100)
commitebaac757acae0431e2c79c00e09f1debdabbddd7
tree3f5dbd5cdb4cd6effd1556e65b4885edc8e269de
parente5e542eea9075dd008993c2ee80b2cc9f31fc494
posix-timers: Remove useless res field from k_clock

The res member of kclock is only used by mmtimer.c, but even there it
contains redundant information. Remove the field and fixup mmtimer.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <johnstul@us.ibm.com>
Tested-by: Richard Cochran <richard.cochran@omicron.at>
LKML-Reference: <20110201134418.808714587@linutronix.de>
drivers/char/mmtimer.c
include/linux/posix-timers.h
kernel/posix-timers.c