Skip to content
Commit 56183959 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA



In two places, we check !CONFIG_MMU_SUN3 while we should check
CONFIG_HAS_DMA instead.
While fixing this, the check in <asm/dma-mapping.h> became redundant
(<linux/dma-mapping.h> already handles this case), so just remove it.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 243eeb78
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