summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-05-10 20:40:07 +0300
committerTom Rini <trini@konsulko.com>2020-05-19 04:19:23 +0300
commit8ad92118dc6377d4cd4c3b784182be008c63cf16 (patch)
tree572aec1740b96be1c04593faec4e6de336f0b0a7 /include
parent25a5818ff8f17420982e682c4282fcfe8405385e (diff)
downloadu-boot-8ad92118dc6377d4cd4c3b784182be008c63cf16.tar.xz
common: Drop asm_offsets.h from common header
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 395d1d3901..976046e620 100644
--- a/include/common.h
+++ b/include/common.h
@@ -16,7 +16,6 @@
#include <config.h>
#include <errno.h>
#include <time.h>
-#include <asm-offsets.h>
#include <linux/bitops.h>
#include <linux/bug.h>
#include <linux/delay.h>