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)
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>

No differences found