commit | 0bd15c4b503b971024a3962b6a6b34c1af0628bf | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Mon May 07 12:13:36 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon May 07 20:31:16 2007 +1000 |
tree | f68642caa5c09083012d7c0aa591fe345ab50651 | |
parent | 2e1ee1f76684c5d4dd8e5a08cbf22d57f88769ed [diff] |
[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>