]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
xtensa: dma-mapping.h is using linux/scatterlist.h functions, so include it
authorJens Axboe <jens.axboe@oracle.com>
Wed, 24 Oct 2007 11:28:40 +0000 (13:28 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 24 Oct 2007 11:28:40 +0000 (13:28 +0200)
It's currently using asm/scatterlist.h, but that is not enough.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/asm-xtensa/dma-mapping.h

index 8bd9d2c02a24bacb50cebd103492331e500774b7..3c7d537dd15d36a775cbe098f9948be8a5c680bf 100644 (file)
 #ifndef _XTENSA_DMA_MAPPING_H
 #define _XTENSA_DMA_MAPPING_H
 
-#include <asm/scatterlist.h>
 #include <asm/cache.h>
 #include <asm/io.h>
 #include <linux/mm.h>
+#include <linux/scatterlist.h>
 
 /*
  * DMA-consistent mapping functions.