Merge commit 'refs/top-bases/linux-have-uio-rw' into linux-have-uio-rw

This commit is contained in:
Brian Behlendorf 2008-12-22 13:35:07 -08:00
commit a9058c38b3
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 */