dma-coherent: remove an unused variable

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>

-1
-1
drivers/base/dma-coherent.c
··· 157 157 int order = get_order(size); 158 158 unsigned long flags; 159 159 int pageno; 160 - int dma_memory_map; 161 160 void *ret; 162 161 163 162 spin_lock_irqsave(&mem->spinlock, flags);