From: Laura Abbott Date: Mon, 8 May 2017 22:58:29 +0000 (-0700) Subject: kernel/module.c: use set_memory.h header X-Git-Tag: v4.12-rc1~67^2~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bbca07c307166a753155e79a874d07023f4edd20;p=linux-block.git kernel/module.c: use set_memory.h header set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Link: http://lkml.kernel.org/r/1488920133-27229-12-git-send-email-labbott@redhat.com Signed-off-by: Laura Abbott Acked-by: Jessica Yu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/module.c b/kernel/module.c index 2b316b954828..4a3665f8f837 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -49,6 +49,9 @@ #include #include #include +#ifdef CONFIG_STRICT_MODULE_RWX +#include +#endif #include #include #include