summaryrefslogtreecommitdiff
path: root/drivers/iio
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2012-06-20 02:31:11 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-20 16:11:34 -0700
commit069f101fa463351f528773d73b74e9b606b3f66a (patch)
treea1b2b0d6d4d36eaad9053f1ffa0be1ae8f2ac3df /drivers/iio
parent2f0f8e6a219022e4926afeb9d80a52f156c51918 (diff)
downloadlinux-3.10-069f101fa463351f528773d73b74e9b606b3f66a.tar.gz
linux-3.10-069f101fa463351f528773d73b74e9b606b3f66a.tar.bz2
linux-3.10-069f101fa463351f528773d73b74e9b606b3f66a.zip
staging: zsmalloc: Finish conversion to a separate module
ZSMALLOC is tristate, but the code has no MODULE_LICENSE and since it depends on GPL-only symbols it cannot be loaded as a module. This in turn breaks zram which now depends on it. I assume it's meant to be Dual BSD/GPL like the other z-stuff. There is also no module_exit, which will make it impossible to unload. Add the appropriate module_init and module_exit declarations suggested by comments. Reported-by: Christian Ohm <chr.ohm@gmx.net> References: http://bugs.debian.org/677273 Cc: stable@vger.kernel.org # v3.4 Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio')
0 files changed, 0 insertions, 0 deletions