tree: Remove duplicated includes
Change-Id: I09dd5871cb366ef95410efc1ca6c4337f23b52fd Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79912 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
47f5a087ec
commit
84aa556283
|
@ -6,7 +6,6 @@
|
|||
#include <drivers/usb/acpi/chip.h>
|
||||
#include <fw_config.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <intelblocks/power_limit.h>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include "gpio.h"
|
||||
#include <gpio.h>
|
||||
#include <timer.h>
|
||||
#include <delay.h>
|
||||
|
||||
static int64_t bmc_ready_elapsed = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue