From: Laura Abbott Date: Mon, 8 May 2017 22:58:38 +0000 (-0700) Subject: drivers/misc/sram-exec.c: use set_memory.h header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=056d16b2141d66611437fa12c2016c1c99cd7e3d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drivers/misc/sram-exec.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-15-git-send-email-labbott@redhat.com Signed-off-by: Laura Abbott Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/misc/sram-exec.c b/drivers/misc/sram-exec.c index ac522417c462..3d528a13b8fc 100644 --- a/drivers/misc/sram-exec.c +++ b/drivers/misc/sram-exec.c @@ -16,9 +16,10 @@ #include #include +#include #include -#include +#include #include "sram.h"