soc/amd/common/block/lpc/lpc.c: Remove duplicated include

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Idd214893f304ce767633ffbf905f47a5092c2ee4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65697
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes Haouas 2022-07-07 11:55:36 +02:00 committed by Felix Held
parent d3b8321563
commit 23bce8b09f
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include <device/pci_def.h> #include <device/pci_def.h>
#include <pc80/mc146818rtc.h> #include <pc80/mc146818rtc.h>
#include <pc80/isa-dma.h> #include <pc80/isa-dma.h>
#include <arch/ioapic.h>
#include <pc80/i8254.h> #include <pc80/i8254.h>
#include <pc80/i8259.h> #include <pc80/i8259.h>
#include <amdblocks/acpi.h> #include <amdblocks/acpi.h>