diff options
author | Janusz Krzysztofik <jmkrzyszt@gmail.com> | 2018-11-06 02:11:26 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-11-29 22:59:49 +0300 |
commit | 0a48a4134912465fcdbaa3e5530e60649d50f123 (patch) | |
tree | 04146abd40033c59544e9d6360cd2c6ae3fa3503 /arch/arm/mach-omap1/ams-delta-fiq-handler.S | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) | |
download | linux-0a48a4134912465fcdbaa3e5530e60649d50f123.tar.xz |
ARM: OMAP1: ams-delta: make board header file local to mach-omap1
Now as the board header file is no longer included by drivers, move it
to the root directory of mach-omap1.
Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/ams-delta-fiq-handler.S')
-rw-r--r-- | arch/arm/mach-omap1/ams-delta-fiq-handler.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/ams-delta-fiq-handler.S b/arch/arm/mach-omap1/ams-delta-fiq-handler.S index e3faa0274b56..7c9fb7fe0070 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq-handler.S +++ b/arch/arm/mach-omap1/ams-delta-fiq-handler.S @@ -18,9 +18,9 @@ #include <linux/platform_data/gpio-omap.h> #include <asm/assembler.h> -#include <mach/board-ams-delta.h> #include "ams-delta-fiq.h" +#include "board-ams-delta.h" #include "iomap.h" #include "soc.h" |