From 1b3f31c7587d4dcc3af0909845915ef1df9c0ba1 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 22 Aug 2018 15:09:04 -0500 Subject: [PATCH] config-2.6.h: Always include config.h Signed-off-by: Vladimir Sokolovsky --- include/linux/compat-2.6.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/linux/compat-2.6.h b/include/linux/compat-2.6.h index 2526499..291c4f4 100644 --- a/include/linux/compat-2.6.h +++ b/include/linux/compat-2.6.h @@ -2,13 +2,14 @@ #define LINUX_26_COMPAT_H #include -#ifdef CONFIG_COMPAT_RDMA - -#define LINUX_BACKPORT(__sym) backport_ ##__sym /* Include the autogenerated header file */ #include "../../compat/config.h" +#ifdef CONFIG_COMPAT_RDMA + +#define LINUX_BACKPORT(__sym) backport_ ##__sym + #include #include #include -- 2.41.0