HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43710 )
Change subject: src/drivers/intel/soundwire/soundwire.h: Add include <types.h> ......................................................................
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 --- M src/drivers/intel/soundwire/soundwire.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/43710/1
diff --git a/src/drivers/intel/soundwire/soundwire.h b/src/drivers/intel/soundwire/soundwire.h index 3e2addf..6ee1fad 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.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43710 )
Change subject: src/drivers/intel/soundwire/soundwire.h: Add include <types.h> ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43710 )
Change subject: src/drivers/intel/soundwire/soundwire.h: Add include <types.h> ......................................................................
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 --- M src/drivers/intel/soundwire/soundwire.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/drivers/intel/soundwire/soundwire.h b/src/drivers/intel/soundwire/soundwire.h index 3e2addf..6ee1fad 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.