rangetimer: fix x86 build failure for the !HRTIMERS case
authorArjan van de Ven <arjan@linux.intel.com>
Tue, 7 Oct 2008 17:57:54 +0000 (10:57 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Tue, 7 Oct 2008 17:57:54 +0000 (10:57 -0700)
commit2075eb8d95612cadde91ef5be82691d97a2ea6c5
tree896bb43afb2fcda367390a32a16f5a98728b91bc
parent80a4b18d19bf1f7b88a261088c00a0d6b310a722
rangetimer: fix x86 build failure for the !HRTIMERS case

the timer peek function was on the wrong side of an ifdef,
breaking for the !HRTIMERs case. Just provide an empty inline
for that case since it doesn't make sense in that scenario.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
include/linux/hrtimer.h