From: Arjan van de Ven Date: Tue, 7 Oct 2008 17:57:54 +0000 (-0700) Subject: rangetimer: fix x86 build failure for the !HRTIMERS case X-Git-Tag: v2.6.28-rc1~18^2^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2075eb8d95612cadde91ef5be82691d97a2ea6c5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed