Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ddbccd1 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] dma: rename consistent.c to dma-mapping.c

parent 2b4ae1f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Makefile for the linux arm-specific parts of the memory manager.
#

obj-y				:= consistent.o extable.o fault.o init.o \
obj-y				:= dma-mapping.o extable.o fault.o init.o \
				   iomap.o

obj-$(CONFIG_MMU)		+= fault-armv.o flush.o ioremap.o mmap.o \
+1 −1
Original line number Diff line number Diff line
/*
 *  linux/arch/arm/mm/consistent.c
 *  linux/arch/arm/mm/dma-mapping.c
 *
 *  Copyright (C) 2000-2004 Russell King
 *