[coreboot-gerrit] Change in coreboot[master]: src/lib: Remove unneeded 'console.h' include

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu May 31 16:29:57 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26735


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

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

Change-Id: Ibdda3dc52f5b61077f91f4cffb4f86b2955aab74
Signed-off-by: Elyes HAOUAS <ehaouas at 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 https://review.coreboot.org/26735
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/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 at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180531/1f143f64/attachment.html>


More information about the coreboot-gerrit mailing list