Skip to content

Commit

Permalink
[ARM] dma: rename consistent.c to dma-mapping.c
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Sep 25, 2008
1 parent 2b4ae1f commit 0ddbccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mm/consistent.c → arch/arm/mm/dma-mapping.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* linux/arch/arm/mm/consistent.c
* linux/arch/arm/mm/dma-mapping.c
*
* Copyright (C) 2000-2004 Russell King
*
Expand Down

0 comments on commit 0ddbccd

Please sign in to comment.