lkml.org 
[lkml]   [2017]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCHv3 14/16] misc: sram: Use set_memory.h header
    Date
    set_memory_* functions have moved to set_memory.h. Switch to this
    explicitly.

    Signed-off-by: Laura Abbott <labbott@redhat.com>
    ---
    V3: New file which was not caught in the first pass.
    ---
    drivers/misc/sram-exec.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/misc/sram-exec.c b/drivers/misc/sram-exec.c
    index ac52241..3d528a1 100644
    --- 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"

    --
    2.7.4
    \
     
     \ /
      Last update: 2017-03-08 01:14    [W:4.941 / U:0.284 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site