Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
0bf57f091f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue