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

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri Jun 1 14:47:03 CEST 2018


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


Change subject: arch/x86: Remove unneeded 'console.h' include
......................................................................

arch/x86: Remove unneeded 'console.h' include

Change-Id: I0b87e2b36a282c773e5f2f4a96c23aeadecb1300
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/arch/x86/cbmem.c
M src/arch/x86/cpu_common.c
M src/arch/x86/ebda.c
M src/arch/x86/pci_ops_conf1.c
4 files changed, 0 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/26751/1

diff --git a/src/arch/x86/cbmem.c b/src/arch/x86/cbmem.c
index ef53553..52f8f8a 100644
--- a/src/arch/x86/cbmem.c
+++ b/src/arch/x86/cbmem.c
@@ -12,7 +12,6 @@
  */
 
 #include <stdlib.h>
-#include <console/console.h>
 #include <cbmem.h>
 #include <compiler.h>
 #include <arch/acpi.h>
diff --git a/src/arch/x86/cpu_common.c b/src/arch/x86/cpu_common.c
index 26cf69f..8963f8d 100644
--- a/src/arch/x86/cpu_common.c
+++ b/src/arch/x86/cpu_common.c
@@ -11,7 +11,6 @@
  * GNU General Public License for more details.
  */
 
-#include <console/console.h>
 #include <cpu/cpu.h>
 #include <arch/io.h>
 #include <string.h>
diff --git a/src/arch/x86/ebda.c b/src/arch/x86/ebda.c
index f6726cf..b6255fa 100644
--- a/src/arch/x86/ebda.c
+++ b/src/arch/x86/ebda.c
@@ -19,7 +19,6 @@
 #include <arch/io.h>
 #include <arch/ebda.h>
 #include <commonlib/endian.h>
-#include <console/console.h>
 
 static void *get_ebda_start(void)
 {
diff --git a/src/arch/x86/pci_ops_conf1.c b/src/arch/x86/pci_ops_conf1.c
index a92fd31..af05906 100644
--- a/src/arch/x86/pci_ops_conf1.c
+++ b/src/arch/x86/pci_ops_conf1.c
@@ -11,7 +11,6 @@
  * GNU General Public License for more details.
  */
 
-#include <console/console.h>
 #include <arch/io.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>

-- 
To view, visit https://review.coreboot.org/26751
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: I0b87e2b36a282c773e5f2f4a96c23aeadecb1300
Gerrit-Change-Number: 26751
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/20180601/2d9ac800/attachment.html>


More information about the coreboot-gerrit mailing list