Only allow this for the kernel

This commit is contained in:
Brian Behlendorf 2008-12-22 13:33:06 -08:00
parent 34f30113a8
commit 46badfb03b
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 */