diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-09-01 23:06:17 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-19 16:26:43 +0200 |
commit | eec05d26ea5e20dec50fdcddcaa6e0787f394691 (patch) | |
tree | e41b3fa6380c86bac779440dc280d2d12882f635 /arch/arm/mach-pxa/include/mach | |
parent | ARM: pxa: make mach/regs-uart.h private (diff) | |
download | linux-eec05d26ea5e20dec50fdcddcaa6e0787f394691.tar.xz linux-eec05d26ea5e20dec50fdcddcaa6e0787f394691.zip |
ARM: pxa: remove mach/dma.h
The file no longer contains anything useful, so remove it.
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/dma.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-pxa/include/mach/dma.h b/arch/arm/mach-pxa/include/mach/dma.h deleted file mode 100644 index 79f9842a7e1c..000000000000 --- a/arch/arm/mach-pxa/include/mach/dma.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * arch/arm/mach-pxa/include/mach/dma.h - * - * Author: Nicolas Pitre - * Created: Jun 15, 2001 - * Copyright: MontaVista Software, Inc. - */ -#ifndef __ASM_ARCH_DMA_H -#define __ASM_ARCH_DMA_H - -#include <mach/hardware.h> - -/* DMA Controller Registers Definitions */ -#define DMAC_REGS_VIRT io_p2v(0x40000000) - -#endif /* _ASM_ARCH_DMA_H */ |