projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f80f51
)
drivers/misc/sram-exec.c: use set_memory.h header
author
Laura Abbott
<labbott@redhat.com>
Mon, 8 May 2017 22:58:38 +0000
(15:58 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 9 May 2017 00:15:14 +0000
(17:15 -0700)
set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.
Link:
http://lkml.kernel.org/r/1488920133-27229-15-git-send-email-labbott@redhat.com
Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/sram-exec.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/sram-exec.c
b/drivers/misc/sram-exec.c
index ac522417c46296685b5287ed2bddb3bd036ecf11..3d528a13b8fc657d0400aec40a0de36a424aa9db 100644
(file)
--- a/
drivers/misc/sram-exec.c
+++ b/
drivers/misc/sram-exec.c
@@
-16,9
+16,10
@@
#include <linux/device.h>
#include <linux/genalloc.h>
+#include <linux/mm.h>
#include <linux/sram.h>
-#include <asm/
cacheflush
.h>
+#include <asm/
set_memory
.h>
#include "sram.h"