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>
This commit is contained in:
parent
75f75bf285
commit
54f7847262
|
@ -4,7 +4,7 @@
|
||||||
#define __DRIVERS_INTEL_SOUNDWIRE_H__
|
#define __DRIVERS_INTEL_SOUNDWIRE_H__
|
||||||
|
|
||||||
#include <device/soundwire.h>
|
#include <device/soundwire.h>
|
||||||
#include <stdint.h>
|
#include <types.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* enum intel_soundwire_quirk - Quirks for controller master links.
|
* enum intel_soundwire_quirk - Quirks for controller master links.
|
||||||
|
|
Loading…
Reference in New Issue