mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
[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:
parent
dcea83adc6
commit
f40b121d98
5 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
typedef unsigned int dmach_t;
|
||||
|
||||
#include <mach/dma.h>
|
||||
#include <mach/isa-dma.h>
|
||||
|
||||
/*
|
||||
* DMA modes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* arch/arm/mach-footbridge/include/mach/dma.h
|
||||
* arch/arm/mach-footbridge/include/mach/isa-dma.h
|
||||
*
|
||||
* Architecture DMA routines
|
||||
*
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* arch/arm/mach-h720x/include/mach/dma.h
|
||||
* arch/arm/mach-h720x/include/mach/isa-dma.h
|
||||
*
|
||||
* Architecture DMA routes
|
||||
*
|
|
@ -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
|
||||
*
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* arch/arm/mach-shark/include/mach/dma.h
|
||||
* arch/arm/mach-shark/include/mach/isa-dma.h
|
||||
*
|
||||
* by Alexander Schulz
|
||||
*/
|
Loading…
Reference in a new issue