summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/xloop_main.h')
-rw-r--r--src/kernel/xloop_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/xloop_main.h b/src/kernel/xloop_main.h
index 39fbf6e..2affa34 100644
--- a/src/kernel/xloop_main.h
+++ b/src/kernel/xloop_main.h
@@ -21,6 +21,6 @@
#include "xloop_main_5.15.h"
#elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 11, 0)
#include "xloop_main_6.6.h"
-#else
+#else // Make copy for 6.14 once it diverges
#include "xloop_main_6.11.h"
#endif