diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-22 11:46:31 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-26 21:35:50 +0000 |
commit | 54f78472629b73b9bbd6d667b760da2a79a5446c (patch) | |
tree | a5a15b2682cbd0847729648bf3136c709f389480 /src/drivers/intel | |
parent | 75f75bf2857bb80f88eacd6a73bff5d533f08802 (diff) |
src/drivers/intel/soundwire/soundwire.h: Add include <types.h>
BIT(x) needs <types.h>.
Change-Id: Icf8b77713e7b5deb9def19c3e14e89a40ba46107
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43710
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/soundwire/soundwire.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/soundwire/soundwire.h b/src/drivers/intel/soundwire/soundwire.h index 3e2addfcbf..6ee1fad7c0 100644 --- a/src/drivers/intel/soundwire/soundwire.h +++ b/src/drivers/intel/soundwire/soundwire.h @@ -4,7 +4,7 @@ #define __DRIVERS_INTEL_SOUNDWIRE_H__ #include <device/soundwire.h> -#include <stdint.h> +#include <types.h> /** * enum intel_soundwire_quirk - Quirks for controller master links. |