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:
parent
b8a7f04267
commit
1e8c9ad54f
|
@ -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>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <string.h>
|
||||
#include <cbmem.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include "northbridge.h"
|
||||
#include "i440bx.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <lib.h>
|
||||
#include <pc80/mc146818rtc.h>
|
||||
#include <stdlib.h>
|
||||
#include <pc80/keyboard.h>
|
||||
#include "chip.h"
|
||||
#include "w83697hf.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue