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

This commit is contained in:
Brian Behlendorf 2010-04-29 12:32:43 -07:00
commit 0bf57f091f
1 changed files with 4 additions and 0 deletions

View File

@ -118,3 +118,7 @@ const nv_alloc_ops_t nv_fixed_ops_def = {
}; };
const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def; const nv_alloc_ops_t *nv_fixed_ops = &nv_fixed_ops_def;
#if defined(_KERNEL) && defined(HAVE_SPL)
EXPORT_SYMBOL(nv_fixed_ops);
#endif