Configure checks for kernel build options incompatible with the license
Changes for linux-kernel-disk topic branch, see commit fd75782
.
This commit is contained in:
parent
5ff2c8f6cd
commit
4dbd1e59e5
|
@ -3867,7 +3867,7 @@ _fini(void)
|
||||||
spl_module_init(_init);
|
spl_module_init(_init);
|
||||||
spl_module_exit(_fini);
|
spl_module_exit(_fini);
|
||||||
|
|
||||||
MODULE_AUTHOR("Sun Microsystems, Inc");
|
|
||||||
MODULE_DESCRIPTION("ZFS");
|
MODULE_DESCRIPTION("ZFS");
|
||||||
MODULE_LICENSE("CDDL");
|
MODULE_AUTHOR(ZFS_META_AUTHOR);
|
||||||
|
MODULE_LICENSE(ZFS_META_LICENSE);
|
||||||
#endif /* HAVE_SPL */
|
#endif /* HAVE_SPL */
|
||||||
|
|
Loading…
Reference in New Issue