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

Change-Id: I0dcdfb1fa782c7936a19de11adcf17387f49d9db
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29309
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Elyes HAOUAS
2018-10-28 12:53:09 +01:00
committed by Patrick Georgi
parent b8a7f04267
commit 1e8c9ad54f
5 changed files with 0 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -23,7 +23,6 @@
#include <lib.h>
#include <pc80/mc146818rtc.h>
#include <stdlib.h>
#include <pc80/keyboard.h>
#include "chip.h"
#include "w83697hf.h"