From: Arjan van de Ven Date: Sat, 6 Sep 2008 15:32:57 +0000 (-0700) Subject: hrtimer: fix build bug found by Ingo X-Git-Tag: v2.6.28-rc1~18^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584fb4a76413ec9215741e075e0dfb69173b213f;p=pandora-kernel.git hrtimer: fix build bug found by Ingo in some randconfig configurations, hrtimers are used even though the hrtimer config if off; and it broke the build due to some of the new functions being on the wrong side of the ifdef. This patch moves the functions to the other side of the ifdef, fixing the build bug. Signed-off-by: Arjan van de Ven --- Reading git-diff-tree failed