Skip to content

Commit 34bbf13

Browse files
author
Christoph Hellwig
committed
dma-coherent: remove an unused variable
Signed-off-by: Christoph Hellwig <[email protected]> Reported-by: Stephen Rothwell <[email protected]>
1 parent 4a75682 commit 34bbf13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/base/dma-coherent.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ static void *__dma_alloc_from_coherent(struct dma_coherent_mem *mem,
157157
int order = get_order(size);
158158
unsigned long flags;
159159
int pageno;
160-
int dma_memory_map;
161160
void *ret;
162161

163162
spin_lock_irqsave(&mem->spinlock, flags);

0 commit comments

Comments
 (0)