src: Remove unneeded include <arch/interrupt.h>

Change-Id: I3323d25b72dab2f9bc8a575ba41faf059ee1ffc4
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34933
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
Elyes HAOUAS
2019-08-17 14:54:02 +02:00
committed by Patrick Georgi
parent ded3f909cb
commit d2496576f1
19 changed files with 0 additions and 19 deletions

View File

@@ -19,7 +19,6 @@
#include <types.h>
#include <arch/acpi.h>
#include <device/mmio.h>
#include <arch/interrupt.h>
#include <device/device.h>
void azalia_audio_init(struct device *dev);