summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-03 16:28:36 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-10 11:05:46 +0100
commit9eefa7445ef44f6b6a697ece79ffc4e21a4b9d29 (patch)
tree8769f994bea2a9bac055f9e24737b5af278eb196 /common
parentd34aca4c09615870b694820dc21049bd1e77030e (diff)
downloadbarebox-9eefa7445ef44f6b6a697ece79ffc4e21a4b9d29.tar.gz
barebox-9eefa7445ef44f6b6a697ece79ffc4e21a4b9d29.tar.xz
include asm/sections.h instead of asm-generic/sections.h
To let the architectures override asm-generic/sections.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/kallsyms.c2
-rw-r--r--common/meminfo.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/kallsyms.c b/common/kallsyms.c
index 0218991c46..94dfcdce84 100644
--- a/common/kallsyms.c
+++ b/common/kallsyms.c
@@ -1,7 +1,7 @@
#include <common.h>
#include <init.h>
#include <kallsyms.h>
-#include <asm-generic/sections.h>
+#include <asm/sections.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
diff --git a/common/meminfo.c b/common/meminfo.c
index 5e3ff716a5..ad9bbd98ed 100644
--- a/common/meminfo.c
+++ b/common/meminfo.c
@@ -2,7 +2,7 @@
#include <init.h>
#include <memory.h>
#include <asm-generic/memory_layout.h>
-#include <asm-generic/sections.h>
+#include <asm/sections.h>
static int display_meminfo(void)
{