summaryrefslogtreecommitdiffstats
path: root/include/common.h
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/common.h
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/common.h')
-rw-r--r--include/common.h2
1 files changed, 0 insertions, 2 deletions
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
*/