]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/spa_boot.c
Fix typo/etc in module/zfs/zfs_ctldir.c
[mirror_zfs.git] / module / zfs / spa_boot.c
index 49e9e5019321a0a06f0cb09df285fb94c4703cc9..be79542c9049c7fea4adc0c0f29d2d3269e9a32d 100644 (file)
  */
 
 /*
- * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident  "%Z%%M% %I%     %E% SMI"
+#ifdef _KERNEL
 
+#include <sys/zio.h>
 #include <sys/spa.h>
 #include <sys/sunddi.h>
 
@@ -45,3 +46,5 @@ spa_free_bootprop(char *value)
 {
        ddi_prop_free(value);
 }
+
+#endif /* _KERNEL */