Move sunddi include

This commit is contained in:
Brian Behlendorf 2008-12-23 13:32:07 -08:00
parent 9d457afd1b
commit de79fdd3a8
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#ifndef _SPL_SYSTM_H
#define _SPL_SYSTM_H
#include <sys/sunddi.h>
#endif /* SPL_SYSTM_H */

View File

@ -4,7 +4,6 @@
#include <linux/uio.h>
#include <asm/uaccess.h>
#include <sys/types.h>
#include <sys/sunddi.h>
typedef enum uio_rw {
UIO_READ = 0,