lkml.org 
[lkml]   [2017]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCHv2 09/14] watchdog: hpwdt: 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>
    ---
    drivers/watchdog/hpwdt.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c
    index 70c7194..67fbe35 100644
    --- a/drivers/watchdog/hpwdt.c
    +++ b/drivers/watchdog/hpwdt.c
    @@ -34,7 +34,7 @@
    #include <linux/nmi.h>
    #include <linux/kdebug.h>
    #include <linux/notifier.h>
    -#include <asm/cacheflush.h>
    +#include <asm/set_memory.h>
    #endif /* CONFIG_HPWDT_NMI_DECODING */
    #include <asm/nmi.h>
    #include <asm/frame.h>
    --
    2.7.4
    \
     
     \ /
      Last update: 2017-03-02 01:25    [W:4.132 / U:0.384 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site