Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590743
| From | Laura Abbott <labbott@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 11/14] module: Use set_memory.h header |
| Date | 2017-03-02 01:50 +0100 |
| Message-ID | <tgn6q-2E1-11@gated-at.bofh.it> (permalink) |
| References | <tgmDn-2sk-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Signed-off-by: Laura Abbott <labbott@redhat.com> --- 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 +49,7 @@ #include <linux/rculist.h> #include <linux/uaccess.h> #include <asm/cacheflush.h> +#include <asm/set_memory.h> #include <asm/mmu_context.h> #include <linux/license.h> #include <asm/sections.h> -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv2 11/14] module: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 01:50 +0100 Re: [PATCHv2 11/14] module: Use set_memory.h header Jessica Yu <jeyu@redhat.com> - 2017-03-02 18:10 +0100
csiph-web