diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-13 21:43:30 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-13 21:43:30 +0000 |
commit | 6a1c3d418a94bd98ef47e6bedb15c85a31398d6f (patch) | |
tree | d5fb65f55471758784aaf53eda8f807cb8f6e963 /ChangeLog | |
parent | 5457aee1a3912396a8b63d4491724a51187c598c (diff) |
* include/sys/sunddi.h, modules/spl/spl-module.c : Removed default
udev support from sunddi implementation because it uses GPL-only
symbols. This support is optionally available for SPL consumers
if they define HAVE_GPL_ONLY_SYMBOLS and license their module as
GPL using the MODULE_LICENSE("GPL") macro.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@179 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-11-13 Brian Behlendorf <[email protected]> + + * include/sys/sunddi.h, modules/spl/spl-module.c : Removed default + udev support from sunddi implementation because it uses GPL-only + symbols. This support is optionally available for SPL consumers + if they define HAVE_GPL_ONLY_SYMBOLS and license their module as + GPL using the MODULE_LICENSE("GPL") macro. + 2008-11-05 Brian Behlendorf <[email protected]> * : Tag spl-0.3.4 |