summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo2011-08-03 16:00:40 +0200
committerGreg Kroah-Hartman2011-08-03 16:25:49 +0200
commit12623f07b9d01bbaf3035284ea6a110787cc1e66 (patch)
tree4419a72bed1356367d90fb7c03e65d9d86326492 /drivers/staging/zcache
parentdrivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereference (diff)
downloadkernel-qcow2-linux-12623f07b9d01bbaf3035284ea6a110787cc1e66.tar.gz
kernel-qcow2-linux-12623f07b9d01bbaf3035284ea6a110787cc1e66.tar.xz
kernel-qcow2-linux-12623f07b9d01bbaf3035284ea6a110787cc1e66.zip
staging: zcache: include module.h for MODULE_LICENSE
The oncoming cleanup of module.h usage requires the explicit inclusion of module.h when it was otherwise being included indirectly. Otherwise, building zcache will fail. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/zcache')
-rw-r--r--drivers/staging/zcache/zcache-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c
index a58a03f66d73..66469acce58e 100644
--- a/drivers/staging/zcache/zcache-main.c
+++ b/drivers/staging/zcache/zcache-main.c
@@ -19,6 +19,7 @@
* http://marc.info/?l=linux-mm&m=127811271605009
*/
+#include <linux/module.h>
#include <linux/cpu.h>
#include <linux/highmem.h>
#include <linux/list.h>