summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_main_4.18.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/xloop_main_4.18.c')
-rw-r--r--src/kernel/xloop_main_4.18.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/kernel/xloop_main_4.18.c b/src/kernel/xloop_main_4.18.c
index 9fe0c70..dde0ad0 100644
--- a/src/kernel/xloop_main_4.18.c
+++ b/src/kernel/xloop_main_4.18.c
@@ -53,8 +53,6 @@
*
*/
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/sched.h>
@@ -96,13 +94,6 @@
#include <linux/uaccess.h>
-/* define RHEL_CHECK_VERSION macro to check CentOS version */
-#if defined(RHEL_RELEASE_CODE) && defined(RHEL_RELEASE_VERSION)
-#define RHEL_CHECK_VERSION(CONDITION) (CONDITION)
-#else
-#define RHEL_CHECK_VERSION(CONDITION) (0)
-#endif
-
static DEFINE_IDR(xloop_index_idr);
static DEFINE_MUTEX(xloop_ctl_mutex);