From 75f75bf2857bb80f88eacd6a73bff5d533f08802 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 22 Jul 2020 11:45:50 +0200 Subject: src/soc/qualcomm: Add include BIT(x) needs . Change-Id: I6b89bd9616b3f091d6694f9cc20b4bd1a74aad3b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/43709 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/qualcomm/sc7180/qupv3_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/qualcomm/sc7180/qupv3_spi.c') diff --git a/src/soc/qualcomm/sc7180/qupv3_spi.c b/src/soc/qualcomm/sc7180/qupv3_spi.c index c3827ef325..a145417f35 100644 --- a/src/soc/qualcomm/sc7180/qupv3_spi.c +++ b/src/soc/qualcomm/sc7180/qupv3_spi.c @@ -8,6 +8,7 @@ #include #include #include +#include /* SE_SPI_LOOPBACK register fields */ #define LOOPBACK_ENABLE 0x1 -- cgit v1.2.3