提交 12623f07 编写于 作者: T Thadeu Lima de Souza Cascardo 提交者: Greg Kroah-Hartman

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: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 fe3e5936
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* http://marc.info/?l=linux-mm&m=127811271605009 * http://marc.info/?l=linux-mm&m=127811271605009
*/ */
#include <linux/module.h>
#include <linux/cpu.h> #include <linux/cpu.h>
#include <linux/highmem.h> #include <linux/highmem.h>
#include <linux/list.h> #include <linux/list.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册