Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2008-12-22 13:35:01 -08:00
commit 973d4f36ef
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* Use is subject to license terms.
*/
#ifdef _KERNEL
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/spa.h>
@ -45,3 +47,5 @@ spa_free_bootprop(char *value)
{
ddi_prop_free(value);
}
#endif /* _KERNEL */