summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-12 15:41:08 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-21 12:23:03 +0100
commitbff869dc4511515a24d3de80c40bc2b869de888c (patch)
treed8f04e77ca7c238f9b290f37216c68608db9f19d /arch/arm/cpu/mmu.c
parent8b098517854cc5da623c26c4e7e7983535c32e21 (diff)
downloadbarebox-bff869dc4511515a24d3de80c40bc2b869de888c.tar.gz
barebox-bff869dc4511515a24d3de80c40bc2b869de888c.tar.xz
ARM: move linker variable declarations to sections.h
We collected most linker variable declarations in asm/sections.h, so move __exceptions_start/__exceptions_stop there aswell. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/cpu/mmu.c')
-rw-r--r--arch/arm/cpu/mmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/mmu.c b/arch/arm/cpu/mmu.c
index 27d994d452..de0b631981 100644
--- a/arch/arm/cpu/mmu.c
+++ b/arch/arm/cpu/mmu.c
@@ -30,6 +30,7 @@
#include <asm/pgtable.h>
#include <memory.h>
#include <asm/system_info.h>
+#include <asm/sections.h>
#include "mmu.h"