southbridge: Remove useless include <device/pci_ids.h>
Change-Id: Ia640131479d4221ccd84613033f28de3932b8bff Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30120 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
17115156b0
commit
19ea62e19d
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
||||
/*
|
||||
* Enable 4MB (LPC) ROM access at 0xFFC00000 - 0xFFFFFFFF.
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#ifndef HUDSON_H
|
||||
#define HUDSON_H
|
||||
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/device.h>
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include "amd8111.h"
|
||||
#include <device/pci_ids.h>
|
||||
#include <reset.h>
|
||||
#include <southbridge/amd/common/reset.h>
|
||||
#include "amd8111.h"
|
||||
|
||||
unsigned get_sbdn(unsigned bus)
|
||||
{
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#define HUDSON_H
|
||||
|
||||
#include <types.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/device.h>
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <arch/cpu.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/amd/mtrr.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <delay.h>
|
||||
#include "rs780.h"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <arch/acpi.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/amd/mtrr.h>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include <rules.h>
|
||||
#include <stdint.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include "chip.h"
|
||||
#include "rev.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
||||
#define IO_MEM_PORT_DECODE_ENABLE_5 0x48
|
||||
#define IO_MEM_PORT_DECODE_ENABLE_6 0x4a
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#ifndef SB700_H
|
||||
#define SB700_H
|
||||
|
||||
#include <device/pci_ids.h>
|
||||
#include "chip.h"
|
||||
|
||||
/* Power management index/data registers */
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
||||
/*
|
||||
* Enable 4MB (LPC) ROM access at 0xFFC00000 - 0xFFFFFFFF.
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#ifndef SB800_H
|
||||
#define SB800_H
|
||||
|
||||
#include <device/pci_ids.h>
|
||||
#include "chip.h"
|
||||
|
||||
/* Power management index/data registers */
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <delay.h>
|
||||
#include "sr5650.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include "chip.h"
|
||||
#include "rev.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <halt.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <halt.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <southbridge/intel/common/smbus.h>
|
||||
#include "pch.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <delay.h>
|
||||
#include "pch.h"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <northbridge/intel/sandybridge/sandybridge.h>
|
||||
#include "pch.h"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include "pch.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <delay.h>
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci.h>
|
||||
#include <spi_flash.h>
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <southbridge/intel/common/smbus.h>
|
||||
#include "soc.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <delay.h>
|
||||
#include "soc.h"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include "soc.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <arch/acpigen.h>
|
||||
#include <arch/smp/mpspec.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include "i82371eb.h"
|
||||
|
||||
static int determine_total_number_of_cores(void)
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include "i82801dx.h"
|
||||
|
||||
void i82801dx_enable(struct device *dev)
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <southbridge/intel/common/smbus.h>
|
||||
#include "i82801gx.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <southbridge/intel/common/smbus.h>
|
||||
#include "i82801ix.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <southbridge/intel/common/smbus.h>
|
||||
#include "i82801jx.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <southbridge/intel/common/smbus.h>
|
||||
#include "pch.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <arch/smp/mpspec.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
|
||||
unsigned long acpi_fill_madt(unsigned long current)
|
||||
{
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <halt.h>
|
||||
#include <string.h>
|
||||
#include "me.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <southbridge/intel/common/smbus.h>
|
||||
#include "pch.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <delay.h>
|
||||
#include "pch.h"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include "pch.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <console/console.h>
|
||||
#include <device/cardbus.h>
|
||||
#include "pci7420.h"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <console/console.h>
|
||||
#include <device/cardbus.h>
|
||||
#include "pci7420.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <console/console.h>
|
||||
#include <device/cardbus.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue