[svn-commits] tzafrir: linux/trunk r5486 - /linux/trunk/drivers/dahdi/dahdi_dummy.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Dec 11 10:53:19 CST 2008
Author: tzafrir
Date: Thu Dec 11 10:53:18 2008
New Revision: 5486
URL: http://svn.digium.com/view/dahdi?view=rev&rev=5486
Log:
Fix building dahdi_dummy for kernels 2.6.13, 2.6.14:
Those kernels don't have RTC yet.
Modified:
linux/trunk/drivers/dahdi/dahdi_dummy.c
Modified: linux/trunk/drivers/dahdi/dahdi_dummy.c
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/dahdi_dummy.c?view=diff&rev=5486&r1=5485&r2=5486
==============================================================================
--- linux/trunk/drivers/dahdi/dahdi_dummy.c (original)
+++ linux/trunk/drivers/dahdi/dahdi_dummy.c Thu Dec 11 10:53:18 2008
@@ -54,7 +54,7 @@
* the #define USE_RTC should be commented out.
*/
#if defined(__i386__) || defined(__x86_64__)
-#if LINUX_VERSION_CODE >= VERSION_CODE(2,6,13)
+#if LINUX_VERSION_CODE >= VERSION_CODE(2,6,15)
/* The symbol hrtimer_forward is only exported as of 2.6.22: */
#if defined(CONFIG_HIGH_RES_TIMERS) && LINUX_VERSION_CODE >= VERSION_CODE(2,6,22)
#define USE_HIGHRESTIMER
More information about the svn-commits
mailing list