soc/intel/fsp_baytrail: Remove unused 'barrier()'
Change-Id: I4330fd9b2ec6ca36beae3213642f7a4ae61f7dbe Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36488 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
c7783a39f8
commit
011688f861
|
@ -47,8 +47,6 @@
|
|||
#ifndef __ASSEMBLER__
|
||||
#include <device/device.h>
|
||||
|
||||
static inline void barrier(void) { asm("" ::: "memory"); }
|
||||
|
||||
int bridge_silicon_revision(void);
|
||||
void rangeley_early_initialization(void);
|
||||
void set_max_freq(void);
|
||||
|
|
Loading…
Reference in New Issue