src: Get rid of duplicated includes
Change-Id: I252a1cd77bf647477edb7dddadb7e527de872439 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29582 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
be11d9369b
commit
ead574ed02
@@ -24,7 +24,6 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include "northbridge.h"
|
||||
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <cbmem.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include "gm45.h"
|
||||
|
||||
unsigned long acpi_fill_mcfg(unsigned long current)
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <cpu/cpu.h>
|
||||
#include <boot/tables.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <cbmem.h>
|
||||
#include <cpu/intel/smm/gen1/smi.h>
|
||||
#include "chip.h"
|
||||
#include "gm45.h"
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <cbmem.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include "i945.h"
|
||||
|
||||
unsigned long acpi_fill_mcfg(unsigned long current)
|
||||
|
@@ -22,7 +22,6 @@
|
||||
#include <device/pci_ids.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cbmem.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <arch/acpi.h>
|
||||
#include "i945.h"
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <spd.h>
|
||||
#include <string.h>
|
||||
#include <halt.h>
|
||||
#include <lib.h>
|
||||
#include "raminit.h"
|
||||
#include "i945.h"
|
||||
#include "chip.h"
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <cbmem.h>
|
||||
#include <arch/acpigen.h>
|
||||
#include "x4x.h"
|
||||
|
||||
unsigned long acpi_fill_mcfg(unsigned long current)
|
||||
|
Reference in New Issue
Block a user