Re: [PATCHv2 11/14] module: Use set_memory.h header

2017-03-02 Thread Jessica Yu
+++ Laura Abbott [01/03/17 16:15 -0800]: set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Signed-off-by: Laura Abbott Acked-by: Jessica Yu Thanks, Jessica --- kernel/module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/module.c b/kernel/module.

[PATCHv2 11/14] module: Use set_memory.h header

2017-03-01 Thread Laura Abbott
set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Signed-off-by: Laura Abbott --- kernel/module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/module.c b/kernel/module.c index 7eba6de..c0f04b3 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -49,6