]> git.proxmox.com Git - mirror_spl.git/blobdiff - module/splat/splat-taskq.c
Remove compat includes from sys/types.h
[mirror_spl.git] / module / splat / splat-taskq.c
index 33e49b2f124516f5c1927a51c58b2298397d414f..6c2b435798b5c3bc0f3348cd7a5ecb87d86e5c3b 100644 (file)
  *  Solaris Porting LAyer Tests (SPLAT) Task Queue Tests.
 \*****************************************************************************/
 
-#include <sys/taskq.h>
-#include <sys/random.h>
 #include <sys/kmem.h>
+#include <sys/random.h>
+#include <sys/taskq.h>
+#include <linux/delay.h>
 #include "splat-internal.h"
 
 #define SPLAT_TASKQ_NAME               "taskq"