Skip to content

Commit

Permalink
[ARM] Rename ISA mach/dma.h header to mach/isa-dma.h
Browse files Browse the repository at this point in the history
This avoids confusion with platform specific DMA implementations in
mach/dma.h

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Nov 29, 2008
1 parent dcea83a commit f40b121
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/include/asm/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

typedef unsigned int dmach_t;

#include <mach/dma.h>
#include <mach/isa-dma.h>

/*
* DMA modes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* arch/arm/mach-footbridge/include/mach/dma.h
* arch/arm/mach-footbridge/include/mach/isa-dma.h
*
* Architecture DMA routines
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* arch/arm/mach-h720x/include/mach/dma.h
* arch/arm/mach-h720x/include/mach/isa-dma.h
*
* Architecture DMA routes
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* arch/arm/mach-shark/include/mach/dma.h
* arch/arm/mach-shark/include/mach/isa-dma.h
*
* by Alexander Schulz
*/
Expand Down

0 comments on commit f40b121

Please sign in to comment.