tree: Drop unused <delay.h>
Change-Id: I265e427254ce9f735e65b0631c43f98bc778a34f Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81812 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-by: Yidi Lin <yidilin@google.com>
This commit is contained in:
parent
54c9bf8e12
commit
520dae19ea
16 changed files with 0 additions and 16 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#include <cpu/x86/msr.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <delay.h>
|
||||
#include <intelblocks/cpulib.h>
|
||||
#include <intelblocks/msr.h>
|
||||
#include <intelblocks/power_limit.h>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <delay.h>
|
||||
#include <device/pci.h>
|
||||
#include <gpio.h>
|
||||
#include <intelblocks/cse.h>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#include <cpu/x86/msr.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <delay.h>
|
||||
#include <intelblocks/cpulib.h>
|
||||
#include <intelblocks/msr.h>
|
||||
#include <intelblocks/power_limit.h>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <device/resource.h>
|
||||
#include <delay.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/early_init.h>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <edid.h>
|
||||
#include <soc/clock.h>
|
||||
#include <soc/display/mdssreg.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <console/console.h>
|
||||
#include <edid.h>
|
||||
#include <delay.h>
|
||||
#include <timer.h>
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <device/mmio.h>
|
||||
#include <edid.h>
|
||||
#include <soc/clock.h>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include <soc/gpio.h>
|
||||
#include <stdint.h>
|
||||
#include <arch/mmio.h>
|
||||
#include <delay.h>
|
||||
#include <assert.h>
|
||||
#include <device/mmio.h>
|
||||
#include <gpio.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#include <soc/spi.h>
|
||||
#include <soc/clock.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <delay.h>
|
||||
#include <lib.h>
|
||||
|
||||
#include "spi_internal.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue