[2.6 patch] xtensa: fix sg fallout

From: Adrian Bunk
Date: Wed Oct 24 2007 - 08:07:42 EST


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
d1794cb192dcd1212c9bc2f3f78f5ca4860bf6ce
diff --git a/include/asm-xtensa/dma-mapping.h b/include/asm-xtensa/dma-mapping.h
index 8bd9d2c..791e1c9 100644
--- a/include/asm-xtensa/dma-mapping.h
+++ b/include/asm-xtensa/dma-mapping.h
@@ -11,7 +11,7 @@
#ifndef _XTENSA_DMA_MAPPING_H
#define _XTENSA_DMA_MAPPING_H

-#include <asm/scatterlist.h>
+#include <linux/scatterlist.h>
#include <asm/cache.h>
#include <asm/io.h>
#include <linux/mm.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/