commit | 584fb4a76413ec9215741e075e0dfb69173b213f | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sat Sep 06 08:32:57 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Sat Sep 06 08:32:57 2008 -0700 |
tree | f2a9f14892fdd869f82ad5affaff7480f5846066 | |
parent | 90d6e24a3686325edea7748b966e138c9923017d [diff] |
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>