[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>
This commit is contained in:
Russell King
2008-11-29 18:48:07 +00:00
committed by Russell King
parent dcea83adc6
commit f40b121d98
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
typedef unsigned int dmach_t; typedef unsigned int dmach_t;
#include <mach/dma.h> #include <mach/isa-dma.h>
/* /*
* DMA modes * DMA modes

View File

@@ -1,5 +1,5 @@
/* /*
* arch/arm/mach-footbridge/include/mach/dma.h * arch/arm/mach-footbridge/include/mach/isa-dma.h
* *
* Architecture DMA routines * Architecture DMA routines
* *

View File

@@ -1,5 +1,5 @@
/* /*
* arch/arm/mach-h720x/include/mach/dma.h * arch/arm/mach-h720x/include/mach/isa-dma.h
* *
* Architecture DMA routes * Architecture DMA routes
* *

View File

@@ -1,5 +1,5 @@
/* /*
* arch/arm/mach-rpc/include/mach/dma.h * arch/arm/mach-rpc/include/mach/isa-dma.h
* *
* Copyright (C) 1997 Russell King * Copyright (C) 1997 Russell King
* *

View File

@@ -1,5 +1,5 @@
/* /*
* arch/arm/mach-shark/include/mach/dma.h * arch/arm/mach-shark/include/mach/isa-dma.h
* *
* by Alexander Schulz * by Alexander Schulz
*/ */