mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
OK, I think this is the last of major cleanup and restructuring.
We've dropped all the linux- prefixes on the file in favor of spl- which makes more sense. And we've cleaned up some of the includes so everybody should be including their own dependencies properly. All a module which wants to use the spl support needs to do in include spl.h and ensure it has access to Module.symvers. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@16 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
@@ -18,22 +18,8 @@
|
||||
#include <asm/uaccess.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <linux-generic.h>
|
||||
#include <linux-types.h>
|
||||
#include <linux-kmem.h>
|
||||
#include <linux-mutex.h>
|
||||
#include <linux-condvar.h>
|
||||
#include <linux-random.h>
|
||||
#include <linux-thread.h>
|
||||
#include <linux-taskq.h>
|
||||
#include <linux-rwlock.h>
|
||||
#include <linux-timer.h>
|
||||
#include <linux-time.h>
|
||||
#include <linux-cred.h>
|
||||
#include <linux-kstat.h>
|
||||
#include <linux-callb.h>
|
||||
|
||||
#include <splat-ctl.h>
|
||||
#include "spl.h"
|
||||
#include "splat-ctl.h"
|
||||
|
||||
#define SPLAT_SUBSYSTEM_INIT(type) \
|
||||
({ splat_subsystem_t *_sub_; \
|
||||
|
||||
Reference in New Issue
Block a user