Elyes HAOUAS has uploaded this change for review.

View Change

src/lib: Remove unneeded 'console.h' include

Change-Id: Ibdda3dc52f5b61077f91f4cffb4f86b2955aab74
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/lib/bootblock.c
M src/lib/cbmem_console.c
M src/lib/timer.c
3 files changed, 0 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/26735/1
diff --git a/src/lib/bootblock.c b/src/lib/bootblock.c
index d74bebf..2944f9f 100644
--- a/src/lib/bootblock.c
+++ b/src/lib/bootblock.c
@@ -17,7 +17,6 @@
#include <arch/exception.h>
#include <bootblock_common.h>
#include <compiler.h>
-#include <console/console.h>
#include <delay.h>
#include <pc80/mc146818rtc.h>
#include <program_loading.h>
diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c
index d971670..3b352b2 100644
--- a/src/lib/cbmem_console.c
+++ b/src/lib/cbmem_console.c
@@ -14,7 +14,6 @@
*/

#include <compiler.h>
-#include <console/console.h>
#include <console/cbmem_console.h>
#include <console/uart.h>
#include <cbmem.h>
diff --git a/src/lib/timer.c b/src/lib/timer.c
index 625bfc0..2cb76dd 100644
--- a/src/lib/timer.c
+++ b/src/lib/timer.c
@@ -14,7 +14,6 @@
*/

#include <compiler.h>
-#include <console/console.h>
#include <timer.h>
#include <delay.h>
#include <thread.h>

To view, visit change 26735. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibdda3dc52f5b61077f91f4cffb4f86b2955aab74
Gerrit-Change-Number: 26735
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr>