src: Use include <console/console.h> when appropriate

Change-Id: Iddba5b03fc554a6edc4b26458d834e47958a6b08
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32214
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: David Guckian
This commit is contained in:
Elyes HAOUAS
2019-04-05 18:11:19 +02:00
committed by Patrick Georgi
parent 20eaef024c
commit 351e3e520b
57 changed files with 39 additions and 51 deletions

View File

@@ -12,7 +12,9 @@
*/
#include <arch/io.h>
#include <console/console.h>
#include <device/pci_ops.h>
#include "amd8111_smbus.h"
#define SMBUS_IO_BASE 0x0f00

View File

@@ -53,7 +53,6 @@ typedef union _PCI_ADDR {
#define IMC_ENABLE_OVER_WRITE 0x01
#endif
#include <console/console.h>
#include "AmdSbLib.h"
#include "Amd.h"
#include <SB800.h>

View File

@@ -49,7 +49,6 @@ typedef union _PCI_ADDR {
#endif
#define FIXUP_PTR(ptr) ptr
#include <console/console.h>
#include "AmdSbLib.h"
#include "Amd.h"
#include "Hudson-2.h"

View File

@@ -17,9 +17,11 @@
#define _SB800_EARLY_SETUP_C_
#include <arch/io.h>
#include <console/console.h>
#include <reset.h>
#include <southbridge/amd/common/amd_defs.h>
#include <southbridge/amd/common/reset.h>
#include "sb800.h"
#include "smbus.c"