mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
[ARM] dma: rename consistent.c to dma-mapping.c
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
2b4ae1f1d2
commit
0ddbccd118
@ -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,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/arm/mm/consistent.c
|
||||
* linux/arch/arm/mm/dma-mapping.c
|
||||
*
|
||||
* Copyright (C) 2000-2004 Russell King
|
||||
*
|
Loading…
Reference in New Issue
Block a user