]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
hrtimer: fix build bug found by Ingo
authorArjan van de Ven <arjan@linux.intel.com>
Sat, 6 Sep 2008 15:32:57 +0000 (08:32 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sat, 6 Sep 2008 15:32:57 +0000 (08:32 -0700)
commit584fb4a76413ec9215741e075e0dfb69173b213f
treef2a9f14892fdd869f82ad5affaff7480f5846066
parent90d6e24a3686325edea7748b966e138c9923017d
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 <arjan@linux.intel.com>
include/linux/hrtimer.h