diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-22 11:45:50 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-26 21:35:36 +0000 |
commit | 75f75bf2857bb80f88eacd6a73bff5d533f08802 (patch) | |
tree | ceee95e9d780a873c6de340642f91d665e7d9e9c /src/soc/qualcomm/ipq40xx | |
parent | 29c4d1b71728c2029474ccf1b076e737209204ff (diff) | |
download | coreboot-75f75bf2857bb80f88eacd6a73bff5d533f08802.tar.xz |
src/soc/qualcomm: Add include <types.h>
BIT(x) needs <types.h>.
Change-Id: I6b89bd9616b3f091d6694f9cc20b4bd1a74aad3b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43709
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/qualcomm/ipq40xx')
-rw-r--r-- | src/soc/qualcomm/ipq40xx/include/soc/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/clock.h b/src/soc/qualcomm/ipq40xx/include/soc/clock.h index 2b48a2c484..6859b1f1a7 100644 --- a/src/soc/qualcomm/ipq40xx/include/soc/clock.h +++ b/src/soc/qualcomm/ipq40xx/include/soc/clock.h @@ -5,6 +5,7 @@ #define __IPQ40XX_CLOCK_H_ #include <soc/iomap.h> +#include <types.h> /* UART clock @ 7.3728 MHz */ #define UART_DM_CLK_RX_TX_BIT_RATE 0xFF |