Merge commit 'refs/top-bases/linux-have-sysevent' into linux-have-sysevent
This commit is contained in:
commit
3cdde7ffd9
|
@ -24,6 +24,8 @@
|
||||||
* Use is subject to license terms.
|
* Use is subject to license terms.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef _KERNEL
|
||||||
|
|
||||||
#pragma ident "%Z%%M% %I% %E% SMI"
|
#pragma ident "%Z%%M% %I% %E% SMI"
|
||||||
|
|
||||||
#include <sys/spa.h>
|
#include <sys/spa.h>
|
||||||
|
@ -45,3 +47,5 @@ spa_free_bootprop(char *value)
|
||||||
{
|
{
|
||||||
ddi_prop_free(value);
|
ddi_prop_free(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* _KERNEL */
|
||||||
|
|
Loading…
Reference in New Issue