diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-29 13:48:07 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-29 13:49:55 -0500 |
commit | f40b121d983dfc53bde882aadec7f2f0bbcbd1c2 (patch) | |
tree | ef7e99f154d2f9aa5109abdcb331342cad27fe22 /arch/arm/mach-rpc | |
parent | dcea83adc666061864b82c96e059dffe7268b512 (diff) |
[ARM] Rename ISA mach/dma.h header to mach/isa-dma.h
This avoids confusion with platform specific DMA implementations in
mach/dma.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-rpc')
-rw-r--r-- | arch/arm/mach-rpc/include/mach/isa-dma.h (renamed from arch/arm/mach-rpc/include/mach/dma.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/include/mach/dma.h b/arch/arm/mach-rpc/include/mach/isa-dma.h index f0f8c9fb26bf..bad720548587 100644 --- a/arch/arm/mach-rpc/include/mach/dma.h +++ b/arch/arm/mach-rpc/include/mach/isa-dma.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * arch/arm/mach-rpc/include/mach/dma.h | 2 | * arch/arm/mach-rpc/include/mach/isa-dma.h |
3 | * | 3 | * |
4 | * Copyright (C) 1997 Russell King | 4 | * Copyright (C) 1997 Russell King |
5 | * | 5 | * |