]> git.proxmox.com Git - mirror_spl.git/blobdiff - module/spl/spl-proc.c
Refactor existing code
[mirror_spl.git] / module / spl / spl-proc.c
index 137af7188a035ea3144700110f85c5ac3dce3d26..e5712aee05003f25807fc67754061dd4d4d480fc 100644 (file)
 
 #include <sys/systeminfo.h>
 #include <sys/kstat.h>
+#include <sys/kmem.h>
+#include <sys/kmem_cache.h>
+#include <sys/vmem.h>
+#include <linux/ctype.h>
 #include <linux/kmod.h>
 #include <linux/seq_file.h>
 #include <linux/proc_compat.h>
+#include <linux/uaccess.h>
 #include <linux/version.h>
 
 #if defined(CONSTIFY_PLUGIN) && LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)