summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi_dummy.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-01-21 15:17:20 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-01-21 15:17:20 +0000
commit9b8c4f9965b097601a256452e5fe6dc6f9bdc8ad (patch)
tree2aa5cb8acb948edc8b71d9d6f5b8cad56ae3f92b /drivers/dahdi/dahdi_dummy.c
parent71ba0631e3f0d50c1b3e19c6282fe362a5d63ee7 (diff)
Fix version in dahdi_dummy workaround.
Followup to #14166 . Also note that this is specific to some Fedora versions. See e.g. http://cvs.fedoraproject.org/viewvc/rpms/kernel/F-10/kernel.spec?r1=1.1206.2.2&r2=1.1206.2.3 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5778 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/dahdi_dummy.c')
-rw-r--r--drivers/dahdi/dahdi_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/dahdi_dummy.c b/drivers/dahdi/dahdi_dummy.c
index a009ac2..90172e3 100644
--- a/drivers/dahdi/dahdi_dummy.c
+++ b/drivers/dahdi/dahdi_dummy.c
@@ -90,7 +90,7 @@
#endif
#if defined(USE_HIGHRESTIMER) && \
- (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27)) || \
+ (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28)) || \
(!defined(HAVE_HRTIMER_ACCESSORS))
/* Compatibility with new hrtimer interface */
static inline ktime_t hrtimer_get_expires(const struct hrtimer *timer)