]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig fix
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:21 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:21 +0000 (10:44 +1000)
powerpc files now need asm/dma.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/powerpc/mm/dma-noncoherent.c
arch/powerpc/platforms/44x/warp.c

index 7b6c10750179d163ff98e091d8e5dac863f2a2a0..d85e86aac7fbeff7d4f0b248bd443d5ba5071df2 100644 (file)
@@ -33,6 +33,7 @@
 #include <linux/export.h>
 
 #include <asm/tlbflush.h>
+#include <asm/dma.h>
 
 #include "mmu_decl.h"
 
index 534574a97ec906d72e9f15fde252dac5a36ca514..3a104284b338f700d1ec56478dcb679859db514f 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/time.h>
 #include <asm/uic.h>
 #include <asm/ppc4xx.h>
+#include <asm/dma.h>
 
 
 static __initdata struct of_device_id warp_of_bus[] = {