diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-05 11:14:15 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-07 04:55:48 -0400 |
commit | a09e64fbc0094e3073dbb09c3b4bfe4ab669244b (patch) | |
tree | 69689f467179891b498bd7423fcf61925173db31 /arch/arm/mach-sa1100/dma.c | |
parent | a1b81a84fff05dbfef45b7012c26e1fee9973e5d (diff) |
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/dma.c')
-rw-r--r-- | arch/arm/mach-sa1100/dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-sa1100/dma.c b/arch/arm/mach-sa1100/dma.c index 65d96eec9e60..f990a3e85846 100644 --- a/arch/arm/mach-sa1100/dma.c +++ b/arch/arm/mach-sa1100/dma.c | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | #include <asm/system.h> | 19 | #include <asm/system.h> |
20 | #include <asm/irq.h> | 20 | #include <asm/irq.h> |
21 | #include <asm/arch/hardware.h> | 21 | #include <mach/hardware.h> |
22 | #include <asm/dma.h> | 22 | #include <asm/dma.h> |
23 | 23 | ||
24 | 24 | ||
@@ -76,7 +76,7 @@ static irqreturn_t dma_irq_handler(int irq, void *dev_id) | |||
76 | * address of the hardware registers for that channel as the channel | 76 | * address of the hardware registers for that channel as the channel |
77 | * identifier. This identifier is written to the location pointed by | 77 | * identifier. This identifier is written to the location pointed by |
78 | * @dma_regs. The list of possible values for @device are listed into | 78 | * @dma_regs. The list of possible values for @device are listed into |
79 | * linux/include/asm-arm/arch-sa1100/dma.h as a dma_device_t enum. | 79 | * arch/arm/mach-sa1100/include/mach/dma.h as a dma_device_t enum. |
80 | * | 80 | * |
81 | * Note that reading from a port and writing to the same port are | 81 | * Note that reading from a port and writing to the same port are |
82 | * actually considered as two different streams requiring separate | 82 | * actually considered as two different streams requiring separate |