mb/{x4x}: Remove unused 'include <northbridge/intel/x4x/iomap.h>'
Change-Id: I82f1d4325ea87585137fa81567aa82b80454c704 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36693 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
e396c662c0
commit
10cfd4d7cf
|
@ -19,7 +19,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <arch/romstage.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
#include <northbridge/intel/x4x/x4x.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <southbridge/intel/common/pmclib.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <arch/romstage.h>
|
||||
#include <superio/winbond/w83667hg-a/w83667hg-a.h>
|
||||
#include <superio/winbond/common/winbond.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83667HG_A_SP1)
|
||||
#define LPC_DEV PCI_DEV(0, 0x1f, 0)
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <arch/romstage.h>
|
||||
#include <cpu/intel/speedstep.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
#include <northbridge/intel/x4x/x4x.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <southbridge/intel/common/pmclib.h>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <console/console.h>
|
||||
#include <arch/romstage.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
#include <northbridge/intel/x4x/x4x.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <southbridge/intel/common/pmclib.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <arch/romstage.h>
|
||||
#include <superio/ite/it8718f/it8718f.h>
|
||||
#include <superio/ite/common/ite.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, IT8718F_SP1)
|
||||
#define GPIO_DEV PNP_DEV(0x2e, IT8718F_GPIO)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <arch/romstage.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
#include <northbridge/intel/x4x/x4x.h>
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
#include <southbridge/intel/common/pmclib.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <arch/romstage.h>
|
||||
#include <superio/winbond/w83627dhg/w83627dhg.h>
|
||||
#include <superio/winbond/common/winbond.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627DHG_SP1)
|
||||
#define LPC_DEV PCI_DEV(0, 0x1f, 0)
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <arch/romstage.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <superio/smsc/smscsuperio/smscsuperio.h>
|
||||
#include <northbridge/intel/x4x/iomap.h>
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1)
|
||||
#define LPC_DEV PCI_DEV(0, 0x1f, 0)
|
||||
|
|
Loading…
Reference in New Issue