We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c842a commit 6db0e02Copy full SHA for 6db0e02
1 file changed
include/dahdi/kernel.h
@@ -58,7 +58,7 @@
58
59
#include <linux/poll.h>
60
61
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16, 0)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 16, 0) || (defined(RHEL_RELEASE_CODE) && defined(RHEL_RELEASE_VERSION) && (RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(9, 8)))
62
#define from_timer timer_container_of
63
#endif
64
0 commit comments