]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.9 powerpc build fix
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2018 09:35:53 +0000 (10:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2018 09:35:53 +0000 (10:35 +0100)
queue-4.9/powerpc-64s-allow-control-of-rfi-flush-via-debugfs.patch

index 86aeb9a5e079e50befcb5d2132f5daccadfd1d38..fa25b618093f9495f834982ae9abc97d7c4efb45 100644 (file)
@@ -26,14 +26,14 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 --- a/arch/powerpc/kernel/setup_64.c
 +++ b/arch/powerpc/kernel/setup_64.c
-@@ -38,6 +38,7 @@
+@@ -37,6 +37,7 @@
+ #include <linux/memblock.h>
  #include <linux/memory.h>
  #include <linux/nmi.h>
++#include <linux/debugfs.h>
  
-+#include <asm/debugfs.h>
  #include <asm/io.h>
  #include <asm/kdump.h>
- #include <asm/prom.h>
 @@ -779,6 +780,35 @@ void __init setup_rfi_flush(enum l1d_flu
                rfi_flush_enable(enable);
  }