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>
This commit is contained in:
Elyes HAOUAS 2019-10-30 21:09:42 +01:00 committed by Patrick Georgi
parent 011688f861
commit f71bb5d174
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
#include <arch/barrier.h>
#include <device/mmio.h>
#include <assert.h>
#include <console/console.h>

View File

@ -16,7 +16,6 @@
#ifndef SOC_MEDIATEK_MT8183_SPM_H
#define SOC_MEDIATEK_MT8183_SPM_H
#include <arch/barrier.h>
#include <soc/addressmap.h>
#include <stdint.h>
#include <types.h>

View File

@ -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>