summaryrefslogtreecommitdiffstats
path: root/src/soc/sifive/fu540
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-30 21:09:42 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-01 11:37:33 +0000
commitf71bb5d1746c8cabc2fbd79420c3bcfc439ad41b (patch)
treed2ea95cb341d2be066f9f6f90ee37c4429d5c3d1 /src/soc/sifive/fu540
parent011688f861108dd7292a79b2c3067fea1a6240e9 (diff)
downloadcoreboot-f71bb5d1746c8cabc2fbd79420c3bcfc439ad41b.tar.gz
coreboot-f71bb5d1746c8cabc2fbd79420c3bcfc439ad41b.tar.bz2
coreboot-f71bb5d1746c8cabc2fbd79420c3bcfc439ad41b.zip
soc/{mediatek,sifive}: Remove unused 'include <arch/barrier.h>'
Change-Id: Ia15824effc8f846ff1143abe698c5a0546df7868 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36489 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/sifive/fu540')
-rw-r--r--src/soc/sifive/fu540/otp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/sifive/fu540/otp.c b/src/soc/sifive/fu540/otp.c
index dfdd960403d4..10647f4a1a82 100644
--- a/src/soc/sifive/fu540/otp.c
+++ b/src/soc/sifive/fu540/otp.c
@@ -15,7 +15,6 @@
#include <stddef.h>
#include <delay.h>
-#include <arch/barrier.h>
#include <device/mmio.h>
#include <console/console.h>
#include <console/uart.h>