diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-08-06 17:16:03 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-22 12:08:55 +0300 |
commit | 7e0a9e622dbe465f66cb1841d071acfe9ceaa32f (patch) | |
tree | a35ed964613fd5cfcc1dd717eb870d899073c628 /arch/arm/mach-omap1/ams-delta-fiq.h | |
parent | df99e7bbbec3180693b3d932a9cbc88346e2a30e (diff) | |
download | linux-7e0a9e622dbe465f66cb1841d071acfe9ceaa32f.tar.xz |
ARM: omap1: move mach/*.h into mach directory
Most of the header files are no longer referenced from outside
arch/arm/mach-omap1, so move them all to that place directly
and change their users to use the new location.
The exceptions are:
- mach/compress.h is used by the core architecture code
- mach/serial.h is used by mach/compress.h
The mach/memory.h is empty and gets removed in the process,
avoiding the need for CONFIG_NEED_MACH_MEMORY_H.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap1/ams-delta-fiq.h')
-rw-r--r-- | arch/arm/mach-omap1/ams-delta-fiq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/ams-delta-fiq.h b/arch/arm/mach-omap1/ams-delta-fiq.h index fd76df3cce37..7f843caedb7c 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq.h +++ b/arch/arm/mach-omap1/ams-delta-fiq.h @@ -16,7 +16,7 @@ #ifndef __AMS_DELTA_FIQ_H #define __AMS_DELTA_FIQ_H -#include <mach/irqs.h> +#include "irqs.h" /* * Interrupt number used for passing control from FIQ to IRQ. |