Commit 34bbf133 authored by Christoph Hellwig's avatar Christoph Hellwig

dma-coherent: remove an unused variable

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 4a75682c
...@@ -157,7 +157,6 @@ static void *__dma_alloc_from_coherent(struct dma_coherent_mem *mem, ...@@ -157,7 +157,6 @@ static void *__dma_alloc_from_coherent(struct dma_coherent_mem *mem,
int order = get_order(size); int order = get_order(size);
unsigned long flags; unsigned long flags;
int pageno; int pageno;
int dma_memory_map;
void *ret; void *ret;
spin_lock_irqsave(&mem->spinlock, flags); spin_lock_irqsave(&mem->spinlock, flags);
......
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