aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/ams-delta-fiq-handler.S
diff options
context:
space:
mode:
authorGravatar Janusz Krzysztofik <jmkrzyszt@gmail.com> 2018-11-06 00:11:26 +0100
committerGravatar Tony Lindgren <tony@atomide.com> 2018-11-29 11:59:49 -0800
commit0a48a4134912465fcdbaa3e5530e60649d50f123 (patch)
tree04146abd40033c59544e9d6360cd2c6ae3fa3503 /arch/arm/mach-omap1/ams-delta-fiq-handler.S
parentLinux 4.20-rc1 (diff)
downloadlinux-0a48a4134912465fcdbaa3e5530e60649d50f123.tar.gz
linux-0a48a4134912465fcdbaa3e5530e60649d50f123.tar.bz2
linux-0a48a4134912465fcdbaa3e5530e60649d50f123.zip
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.S2
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"