northbridge: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: Icae59721db530572d76035975a4e90686bf4fa65 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30195 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
0c0208b590
commit
586f24dab4
|
@ -23,7 +23,6 @@
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
#include <pc80/mc146818rtc.h>
|
|
||||||
#include <cpu/amd/model_10xxx_rev.h>
|
#include <cpu/amd/model_10xxx_rev.h>
|
||||||
|
|
||||||
#include "amdfam10.h"
|
#include "amdfam10.h"
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <ip_checksum.h>
|
#include <ip_checksum.h>
|
||||||
#include <memory_info.h>
|
#include <memory_info.h>
|
||||||
#include <mrc_cache.h>
|
#include <mrc_cache.h>
|
||||||
#include <pc80/mc146818rtc.h>
|
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
#include <device/dram/ddr3.h>
|
#include <device/dram/ddr3.h>
|
||||||
#include <smbios.h>
|
#include <smbios.h>
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include <lib.h>
|
#include <lib.h>
|
||||||
#include "pineview.h"
|
#include "pineview.h"
|
||||||
#include "raminit.h"
|
#include "raminit.h"
|
||||||
#include <pc80/mc146818rtc.h>
|
|
||||||
#include <spd.h>
|
#include <spd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
#include <southbridge/intel/i82801jx/i82801jx.h> /* smbus_read_byte */
|
#include <southbridge/intel/i82801jx/i82801jx.h> /* smbus_read_byte */
|
||||||
#endif
|
#endif
|
||||||
#include "x4x.h"
|
#include "x4x.h"
|
||||||
#include <pc80/mc146818rtc.h>
|
|
||||||
#include <spd.h>
|
#include <spd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <device/dram/ddr2.h>
|
#include <device/dram/ddr2.h>
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <commonlib/helpers.h>
|
#include <commonlib/helpers.h>
|
||||||
#include <delay.h>
|
#include <delay.h>
|
||||||
#include <pc80/mc146818rtc.h>
|
|
||||||
#if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801GX)
|
#if IS_ENABLED(CONFIG_SOUTHBRIDGE_INTEL_I82801GX)
|
||||||
#include <southbridge/intel/i82801gx/i82801gx.h>
|
#include <southbridge/intel/i82801gx/i82801gx.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <pc80/i8259.h>
|
#include <pc80/i8259.h>
|
||||||
#include <pc80/mc146818rtc.h>
|
|
||||||
#include <drivers/generic/ioapic/chip.h>
|
#include <drivers/generic/ioapic/chip.h>
|
||||||
|
|
||||||
#include "vx900.h"
|
#include "vx900.h"
|
||||||
|
|
Loading…
Reference in New Issue