]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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)
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>

No differences found