commit | b6b3b80fceb175c825ad6c72659e0a72e201fc5f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat May 27 12:23:47 2017 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat May 27 12:23:47 2017 +0200 |
tree | a422ff414d01ffdfe02015792cc19b19222a9e39 | |
parent | d3ba5a9a345b1243276f8a982e1bce557c2504fd [diff] |
alarmtimer: Fix posix-timer constification fallout Some freezer related variables are only used when either CONFIG_POSIX_TIMER or CONFIG_RTC_CLASS are enabled. Hide them when both are off. Fixes: d3ba5a9a345b ("posix-timers: Make posix_clocks immutable") Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Christoph Helwig <hch@lst.de>