From: Thadeu Lima de Souza Cascardo Date: Wed, 3 Aug 2011 14:00:40 +0000 (-0300) Subject: staging: zcache: include module.h for MODULE_LICENSE X-Git-Tag: v3.1-rc2~15^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12623f07b9d01bbaf3035284ea6a110787cc1e66;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c index a58a03f66d73a..66469acce58e2 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 #include #include #include