drivers/i2c/rt5663/: fix missing header include
'struct acpi_gpio' and 'struct acpi_irq' require the inclusion of acpi_device.h. The only reason this wasn't caught previously is due to the header being included with another driver compiled first on the one board using it (google/eve). Change-Id: I987f0ec6f769e550f3421629e0ef0c579a3d12f9 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37539 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
540a98001d
commit
ba8d8f2583
@@ -15,6 +15,7 @@
|
|||||||
* Realtek RT5663 audio codec devicetree bindings
|
* Realtek RT5663 audio codec devicetree bindings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <arch/acpi_device.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
struct drivers_i2c_rt5663_config {
|
struct drivers_i2c_rt5663_config {
|
||||||
|
Reference in New Issue
Block a user