diff options
author | Brian Behlendorf <[email protected]> | 2012-11-02 15:29:44 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-11-06 14:48:56 -0800 |
commit | df870a697fc8669d63534b27a108335269a7884f (patch) | |
tree | 18b4965b6a407de433035af8cc0d7856b0acfcb9 /module/splat/splat-internal.h | |
parent | d2733258d09b02fac76af0df9921e369d33e9642 (diff) |
splat: Cleanup headers
Restructure the the SPLAT headers such that each test only
includes the minimal set of headers it requires.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/splat/splat-internal.h')
-rw-r--r-- | module/splat/splat-internal.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/module/splat/splat-internal.h b/module/splat/splat-internal.h index 501e42c32..b15db65e2 100644 --- a/module/splat/splat-internal.h +++ b/module/splat/splat-internal.h @@ -25,47 +25,6 @@ #ifndef _SPLAT_INTERNAL_H #define _SPLAT_INTERNAL_H -#include <linux/kernel.h> -#include <linux/module.h> -#include <linux/string.h> -#include <linux/errno.h> -#include <linux/slab.h> -#include <linux/sched.h> -#include <linux/elf.h> -#include <linux/limits.h> -#include <linux/version.h> -#include <linux/vmalloc.h> -#include <linux/module.h> -#include <linux/device.h> -#include <linux/list.h> -#include <linux/swap.h> -#include <linux/delay.h> - -#include <asm/ioctls.h> -#include <asm/uaccess.h> -#include <stdarg.h> - -#include <sys/callb.h> -#include <sys/condvar.h> -#include <sys/cred.h> -#include <sys/sysmacros.h> -#include <sys/kmem.h> -#include <sys/kstat.h> -#include <sys/mutex.h> -#include <sys/random.h> -#include <sys/rwlock.h> -#include <sys/taskq.h> -#include <sys/thread.h> -#include <sys/time.h> -#include <sys/timer.h> -#include <sys/types.h> -#include <sys/kobj.h> -#include <sys/atomic.h> -#include <sys/list.h> -#include <sys/sunddi.h> -#include <sys/zmod.h> -#include <linux/cdev.h> - #include "spl-device.h" #include "spl-debug.h" #include "splat-ctl.h" |