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/pxa27x.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 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index f0ba7ed24cb6..f7e89831e85b 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c @@ -33,7 +33,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 "generic.h" |