src: Remove unused '#include <timer.h>'
Change-Id: I57e064d26b215743a1cb06bb6605fc4fe1160876 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41491 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
32da3437f9
commit
51a5495841
|
@ -5,7 +5,6 @@
|
|||
#include <device/i2c_simple.h>
|
||||
#include <edid.h>
|
||||
#include <gpio.h>
|
||||
#include <timer.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "anx7625.h"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include <soc/pci_devs.h>
|
||||
#include <device/pci_ops.h>
|
||||
#include <console/console.h>
|
||||
#include <timer.h>
|
||||
|
||||
#include "ptt.h"
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <device/mmio.h>
|
||||
#include <cpu/x86/msr.h>
|
||||
#include <timer.h>
|
||||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
#include <amdblocks/psp.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <cpu/amd/msr.h>
|
||||
#include <cbfs.h>
|
||||
#include <region_file.h>
|
||||
#include <timer.h>
|
||||
#include <bootstate.h>
|
||||
#include <rules.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/amd/msr.h>
|
||||
#include <bootstate.h>
|
||||
#include <timer.h>
|
||||
#include <console/console.h>
|
||||
#include <amdblocks/acpi.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/amd/msr.h>
|
||||
#include <bootstate.h>
|
||||
#include <timer.h>
|
||||
#include <console/console.h>
|
||||
#include <amdblocks/acpi.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <soc/pm.h>
|
||||
#include <soc/ramstage.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <timer.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <soc/pm.h>
|
||||
#include <soc/smbus.h>
|
||||
#include <soc/systemagent.h>
|
||||
#include <timer.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <delay.h>
|
||||
#include <device/i2c_simple.h>
|
||||
#include <symbols.h>
|
||||
#include <timer.h>
|
||||
#include <device/mmio.h>
|
||||
#include <soc/addressmap.h>
|
||||
#include <soc/i2c.h>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include <assert.h>
|
||||
#include <delay.h>
|
||||
#include <device/mmio.h>
|
||||
#include <timer.h>
|
||||
#include <timestamp.h>
|
||||
#include <types.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue