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:
parent
ded3f909cb
commit
d2496576f1
|
@ -33,7 +33,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <smbios.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <northbridge/intel/i945/i945.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include <drivers/intel/gma/int15.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <types.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci_def.h>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <fmap.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include "onboard.h"
|
||||
#include "ec.h"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include "onboard.h"
|
||||
#include "ec.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <southbridge/intel/lynxpoint/pch.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <southbridge/intel/lynxpoint/pch.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#if CONFIG(VGA_ROM_RUN)
|
||||
#include <x86emu/x86emu.h>
|
||||
#endif
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#if CONFIG(VGA_ROM_RUN)
|
||||
#include <x86emu/x86emu.h>
|
||||
#endif
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <vendorcode/google/chromeos/chromeos.h>
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <drivers/intel/gma/int15.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
|
||||
/* Hardware Monitor */
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <southbridge/intel/bd82x6x/pch.h>
|
||||
#include <ec/acpi/ec.h>
|
||||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include <cpu/x86/lapic.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <drivers/intel/gma/int15.h>
|
||||
#include <ec/acpi/ec.h>
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <drivers/intel/gma/int15.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <ec/smsc/mec1308/ec.h>
|
||||
#include "ec.h"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <x86emu/x86emu.h>
|
||||
#endif
|
||||
#include <device/mmio.h>
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <hwilib.h>
|
||||
#include <i210.h>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#if CONFIG(VGA_ROM_RUN)
|
||||
#include <x86emu/x86emu.h>
|
||||
#endif
|
||||
#include <arch/interrupt.h>
|
||||
#include <boot/coreboot_tables.h>
|
||||
#include <hwilib.h>
|
||||
#include <i210.h>
|
||||
|
|
Loading…
Reference in New Issue