[coreboot-gerrit] Change in coreboot[master]: src: Remove unneeded include <pc80/keyboard.h>

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Sun Oct 28 12:54:02 CET 2018


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


Change subject: src: Remove unneeded include <pc80/keyboard.h>
......................................................................

src: Remove unneeded include <pc80/keyboard.h>

Change-Id: I0dcdfb1fa782c7936a19de11adcf17387f49d9db
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/lenovo/x201/mainboard.c
M src/northbridge/intel/i440bx/northbridge.c
M src/superio/nsc/pc87382/superio.c
M src/superio/nsc/pc87384/superio.c
M src/superio/winbond/w83697hf/superio.c
5 files changed, 0 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/29309/1

diff --git a/src/mainboard/lenovo/x201/mainboard.c b/src/mainboard/lenovo/x201/mainboard.c
index 4b01ada..419f817 100644
--- a/src/mainboard/lenovo/x201/mainboard.c
+++ b/src/mainboard/lenovo/x201/mainboard.c
@@ -25,7 +25,6 @@
 
 #include "dock.h"
 #include <drivers/intel/gma/int15.h>
-#include <pc80/keyboard.h>
 #include <cpu/x86/lapic.h>
 #include <device/pci.h>
 #include <drivers/lenovo/lenovo.h>
diff --git a/src/northbridge/intel/i440bx/northbridge.c b/src/northbridge/intel/i440bx/northbridge.c
index affd8a1..71b5504 100644
--- a/src/northbridge/intel/i440bx/northbridge.c
+++ b/src/northbridge/intel/i440bx/northbridge.c
@@ -21,7 +21,6 @@
 #include <string.h>
 #include <cbmem.h>
 #include <cpu/cpu.h>
-#include <pc80/keyboard.h>
 #include "northbridge.h"
 #include "i440bx.h"
 
diff --git a/src/superio/nsc/pc87382/superio.c b/src/superio/nsc/pc87382/superio.c
index 8e0d61c..ffcce65 100644
--- a/src/superio/nsc/pc87382/superio.c
+++ b/src/superio/nsc/pc87382/superio.c
@@ -19,7 +19,6 @@
 #include <device/pnp.h>
 #include <console/console.h>
 #include <string.h>
-#include <pc80/keyboard.h>
 #include <stdlib.h>
 #include "pc87382.h"
 
diff --git a/src/superio/nsc/pc87384/superio.c b/src/superio/nsc/pc87384/superio.c
index a24e1b6..fd6c194 100644
--- a/src/superio/nsc/pc87384/superio.c
+++ b/src/superio/nsc/pc87384/superio.c
@@ -19,7 +19,6 @@
 #include <device/pnp.h>
 #include <console/console.h>
 #include <string.h>
-#include <pc80/keyboard.h>
 #include <stdlib.h>
 #include "pc87384.h"
 
diff --git a/src/superio/winbond/w83697hf/superio.c b/src/superio/winbond/w83697hf/superio.c
index 0b63cd2..ef7077c 100644
--- a/src/superio/winbond/w83697hf/superio.c
+++ b/src/superio/winbond/w83697hf/superio.c
@@ -23,7 +23,6 @@
 #include <lib.h>
 #include <pc80/mc146818rtc.h>
 #include <stdlib.h>
-#include <pc80/keyboard.h>
 #include "chip.h"
 #include "w83697hf.h"
 

-- 
To view, visit https://review.coreboot.org/29309
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: I0dcdfb1fa782c7936a19de11adcf17387f49d9db
Gerrit-Change-Number: 29309
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/20181028/03be767b/attachment.html>


More information about the coreboot-gerrit mailing list