summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-08-27 17:09:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-30 12:05:16 +0200
commitbb1e38c40d785528158fc3be5cef18b96599e1ce (patch)
tree53c3119b9abd12fbe4a1db36ee87d3c9dc4abb4b /include
parent6fa0642f6c7b897ac639cf3cd596f6c317147e1c (diff)
downloadbarebox-bb1e38c40d785528158fc3be5cef18b96599e1ce.tar.gz
barebox-bb1e38c40d785528158fc3be5cef18b96599e1ce.tar.xz
Kconfig: retire empty <asm/barebox.h>
With the latest changes, this file is empty on all archs. Drop it. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/abort.h2
-rw-r--r--include/common.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/abort.h b/include/abort.h
index 3eb7986f41..89ee549e34 100644
--- a/include/abort.h
+++ b/include/abort.h
@@ -1,8 +1,6 @@
#ifndef __ABORT_H
#define __ABORT_H
-#include <asm/barebox.h>
-
#if defined CONFIG_ARCH_HAS_DATA_ABORT_MASK && !defined __PBL__
/*
diff --git a/include/common.h b/include/common.h
index ebb2ecef5c..6563068467 100644
--- a/include/common.h
+++ b/include/common.h
@@ -51,8 +51,6 @@
#error "None of __LITTLE_ENDIAN and __BIG_ENDIAN are defined"
#endif
-#include <asm/barebox.h> /* boot information for Linux kernel */
-
/*
* Function Prototypes
*/