]> git.proxmox.com Git - mirror_spl.git/blobdiff - module/splat/splat-thread.c
Remove compat includes from sys/types.h
[mirror_spl.git] / module / splat / splat-thread.c
index c54cbcd8ac967d6ae441216e281e1ea3229b1b29..3255e37e5b8d515ba2dd607dcbd0c8615baf8dcc 100644 (file)
@@ -6,7 +6,7 @@
  *  UCRL-CODE-235197
  *
  *  This file is part of the SPL, Solaris Porting Layer.
- *  For details, see <http://github.com/behlendorf/spl/>.
+ *  For details, see <http://zfsonlinux.org/>.
  *
  *  The SPL is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License as published by the
@@ -26,6 +26,9 @@
 
 #include <sys/thread.h>
 #include <sys/random.h>
+#include <linux/delay.h>
+#include <linux/mm_compat.h>
+#include <linux/slab.h>
 #include "splat-internal.h"
 
 #define SPLAT_THREAD_NAME              "thread"