From: Stephen Rothwell Date: Thu, 22 May 2014 00:44:21 +0000 (+1000) Subject: lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig fix X-Git-Tag: next-20140530~2^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8236079cc1092664583485fe8b2e06abc255c258;p=karo-tx-linux.git lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig fix powerpc files now need asm/dma.h Signed-off-by: Stephen Rothwell Acked-by: Benjamin Herrenschmidt Cc: Laura Abbott Signed-off-by: Andrew Morton --- diff --git a/arch/powerpc/mm/dma-noncoherent.c b/arch/powerpc/mm/dma-noncoherent.c index 7b6c10750179..d85e86aac7fb 100644 --- a/arch/powerpc/mm/dma-noncoherent.c +++ b/arch/powerpc/mm/dma-noncoherent.c @@ -33,6 +33,7 @@ #include #include +#include #include "mmu_decl.h" diff --git a/arch/powerpc/platforms/44x/warp.c b/arch/powerpc/platforms/44x/warp.c index 534574a97ec9..3a104284b338 100644 --- a/arch/powerpc/platforms/44x/warp.c +++ b/arch/powerpc/platforms/44x/warp.c @@ -25,6 +25,7 @@ #include #include #include +#include static __initdata struct of_device_id warp_of_bus[] = {