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:
parent
011688f861
commit
f71bb5d174
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue