Commit 8c7837c4 authored by Jens Axboe's avatar Jens Axboe

xtensa: dma-mapping.h is using linux/scatterlist.h functions, so include it

It's currently using asm/scatterlist.h, but that is not enough.
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 5d9dc2cf
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
#ifndef _XTENSA_DMA_MAPPING_H #ifndef _XTENSA_DMA_MAPPING_H
#define _XTENSA_DMA_MAPPING_H #define _XTENSA_DMA_MAPPING_H
#include <asm/scatterlist.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/scatterlist.h>
/* /*
* DMA-consistent mapping functions. * DMA-consistent mapping functions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment