From: Alexey Dobriyan On alpha-jensen: CC drivers/base/platform.o In file included from include/linux/dma-mapping.h:24, from drivers/base/platform.c:16: include/asm/dma-mapping.h:36: warning: "struct scatterlist" declared inside parameter list include/asm/dma-mapping.h:36: warning: its scope is only this definition or declaration, which is probably not what you want Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- include/asm-alpha/dma-mapping.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-alpha/dma-mapping.h~alpha-dma-mappingh-add-struct-scatterlist include/asm-alpha/dma-mapping.h --- 25/include/asm-alpha/dma-mapping.h~alpha-dma-mappingh-add-struct-scatterlist Tue Jan 24 13:35:46 2006 +++ 25-akpm/include/asm-alpha/dma-mapping.h Tue Jan 24 13:35:46 2006 @@ -30,6 +30,7 @@ #else /* no PCI - no IOMMU. */ +struct scatterlist; void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp); int dma_map_sg(struct device *dev, struct scatterlist *sg, int nents, _