src: Use include <console/console.h> when appropriate
Change-Id: Iddba5b03fc554a6edc4b26458d834e47958a6b08 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32214 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: David Guckian
This commit is contained in:
parent
20eaef024c
commit
351e3e520b
57 changed files with 39 additions and 51 deletions
|
|
@ -17,11 +17,9 @@
|
|||
#define DEVICE_AZALIA_H
|
||||
|
||||
#include <types.h>
|
||||
#include <console/console.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <device/mmio.h>
|
||||
#include <arch/interrupt.h>
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
void azalia_audio_init(struct device *dev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue