commit | 2075eb8d95612cadde91ef5be82691d97a2ea6c5 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Tue Oct 07 10:57:54 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Tue Oct 07 10:57:54 2008 -0700 |
tree | 896bb43afb2fcda367390a32a16f5a98728b91bc | |
parent | 80a4b18d19bf1f7b88a261088c00a0d6b310a722 [diff] |
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>