]> git.proxmox.com Git - mirror_spl.git/blobdiff - module/spl/spl-kmem-cache.c
Prepare SPL repo to merge with ZFS repo
[mirror_spl.git] / module / spl / spl-kmem-cache.c
index c73a2fdc24784593221fd5855512b4ac0b807d90..5492c6a4600ca1ac2e63619f2e5ef51f143d390d 100644 (file)
 
 #include <sys/kmem.h>
 #include <sys/kmem_cache.h>
+#include <sys/shrinker.h>
 #include <sys/taskq.h>
 #include <sys/timer.h>
 #include <sys/vmem.h>
+#include <sys/wait.h>
 #include <linux/slab.h>
 #include <linux/swap.h>
-#include <linux/mm_compat.h>
-#include <linux/wait_compat.h>
 #include <linux/prefetch.h>
 
 /*