Skip to content

Commit 02c99d6

Browse files
sfrothwellhnaz
authored andcommitted
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig fix
powerpc files now need asm/dma.h Signed-off-by: Stephen Rothwell <[email protected]> Acked-by: Benjamin Herrenschmidt <[email protected]> Cc: Laura Abbott <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 0201af5 commit 02c99d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/powerpc/mm/dma-noncoherent.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <linux/export.h>
3434

3535
#include <asm/tlbflush.h>
36+
#include <asm/dma.h>
3637

3738
#include "mmu_decl.h"
3839

arch/powerpc/platforms/44x/warp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <asm/time.h>
2626
#include <asm/uic.h>
2727
#include <asm/ppc4xx.h>
28+
#include <asm/dma.h>
2829

2930

3031
static __initdata struct of_device_id warp_of_bus[] = {

0 commit comments

Comments
 (0)