summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/page_ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/page_ref.h')
-rw-r--r--backport/backport-include/linux/page_ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/page_ref.h b/backport/backport-include/linux/page_ref.h
index 0b890e9b..55fc14f5 100644
--- a/backport/backport-include/linux/page_ref.h
+++ b/backport/backport-include/linux/page_ref.h
@@ -1,7 +1,7 @@
#ifndef __BP_PAGE_REF_H
#define __BP_PAGE_REF_H
#include <linux/version.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0)
+#if LINUX_VERSION_IS_GEQ(4,6,0)
#include_next <linux/page_ref.h>
#else
static inline void page_ref_inc(struct page *page)