[POWERPC] Fix build problem in ppc4xx_sgdma.c
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 7 May 2007 02:13:36 +0000 (12:13 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 7 May 2007 10:31:16 +0000 (20:31 +1000)
commit0bd15c4b503b971024a3962b6a6b34c1af0628bf
treef68642caa5c09083012d7c0aa591fe345ab50651
parent2e1ee1f76684c5d4dd8e5a08cbf22d57f88769ed
[POWERPC] Fix build problem in ppc4xx_sgdma.c

ppc4xx_sgdma.c is #including asm/dma-mapping.h directly, which should
only ever be included via linux/dma-mapping.h.  asm/dma-mapping.h
relies on an enum defined in linux/dma-mapping.h before its own
include.  This fixes the problem.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/syslib/ppc4xx_sgdma.c