From 63f73a02fd73f6a01bce1fbf65ae2a6a628f0626 Mon Sep 17 00:00:00 2001 From: Jim Somerville Date: Tue, 20 Dec 2016 16:22:47 -0500 Subject: [PATCH 1/3] neuter a bunch of ks stuff Signed-off-by: Jim Somerville --- source/include/linux/compat-3.17.h | 2 +- source/include/linux/compat-4.0.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/include/linux/compat-3.17.h b/source/include/linux/compat-3.17.h index 6a5ff3b..ad799f0 100644 --- a/source/include/linux/compat-3.17.h +++ b/source/include/linux/compat-3.17.h @@ -6,7 +6,7 @@ #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,17,0)) -#ifndef HAVE_KTIME_GET_REAL_NS +#if 0 #include #include static inline u64 ktime_get_real_ns(void) { diff --git a/source/include/linux/compat-4.0.h b/source/include/linux/compat-4.0.h index b3c37aa..900d49a 100644 --- a/source/include/linux/compat-4.0.h +++ b/source/include/linux/compat-4.0.h @@ -6,6 +6,7 @@ #if (LINUX_VERSION_CODE < KERNEL_VERSION(4,0,0)) #include +#if 0 #define kstrdup_const LINUX_BACKPORT(kstrdup_const) static inline const char *kstrdup_const(const char *s, gfp_t gfp) { @@ -21,6 +22,7 @@ static inline void kfree_const(const void *x) kfree(x); } #endif +#endif #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(4,0,0)) */ #endif /* LINUX_4_0_COMPAT_H */ -- 1.8.3.1