src: Remove unneeded include <console/console.h>

Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29289
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2018-10-26 15:06:33 +02:00
committed by Patrick Georgi
parent ead574ed02
commit e9a0130879
215 changed files with 7 additions and 218 deletions

View File

@@ -17,7 +17,6 @@
*
*/
#include <console/console.h>
#include <device/device.h>
#include <cbmem.h>
#include <symbols.h>

View File

@@ -30,7 +30,6 @@
#include "timer.h"
#include <arch/io.h>
#include <console/console.h>
#include <delay.h>
static struct a1x_dramc *const dram = (void *)A1X_DRAMC_BASE;

View File

@@ -15,7 +15,6 @@
#include <arch/acpi.h>
#include <bootstate.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>

View File

@@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
#include <console/console.h>
#include <arch/io.h>
#include <cpu/x86/lapic.h>
#include <cpu/x86/msr.h>