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/pxa3xx.c | |
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 '')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index 560160682df6..6eb1c24d7395 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c @@ -32,7 +32,6 @@ #include <mach/reset.h> #include <linux/platform_data/usb-ohci-pxa27x.h> #include "pm.h" -#include <mach/dma.h> #include <mach/smemc.h> #include <mach/irqs.h> |