summaryrefslogtreecommitdiffstats
path: root/module/spl/spl-zlib.c
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2018-02-14 17:01:15 -0800
committerBrian Behlendorf <[email protected]>2018-05-29 14:51:39 -0700
commita91258913fb597db7f409f3534512cf2249bceb6 (patch)
tree7c489b0ed42187c10046f52fe8f2e4883f884db1 /module/spl/spl-zlib.c
parent1149b62d20b7ed9d8ae25d5da7a06213d79b7602 (diff)
Prepare SPL repo to merge with ZFS repo
This commit removes everything from the repository except the core SPL implementation for Linux. Those files which remain have been moved to non-conflicting locations to facilitate the merge. The README.md and associated files have been updated accordingly. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/spl/spl-zlib.c')
-rw-r--r--module/spl/spl-zlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/spl/spl-zlib.c b/module/spl/spl-zlib.c
index 177a626df..229e6a44b 100644
--- a/module/spl/spl-zlib.c
+++ b/module/spl/spl-zlib.c
@@ -57,7 +57,6 @@
#include <sys/kmem.h>
#include <sys/kmem_cache.h>
#include <sys/zmod.h>
-#include <linux/zlib_compat.h>
static spl_kmem_cache_t *zlib_workspace_cache;