diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-06 13:06:54 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-07 17:17:12 +0000 |
commit | 2d4e836f119e2b7c953e11a941690058e9f33095 (patch) | |
tree | 9f638f22eb8d4f231375d91cdecc4b283e62c63b /src/mainboard | |
parent | ae546422edf73d47b60a0d3caa88c48024d2e8a9 (diff) |
src: Drop unused include <timestamp.h>
Change-Id: I7e181111cd1b837382929071a350b94c3afc1aaa
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31784
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/butterfly/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/cheza/bootblock.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/cheza/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/link/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/parrot/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/stout/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/intel/bayleybay_fsp/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/intel/emeraldlake2/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/kontron/ktqm77/romstage.c | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x1_carbon_gen1/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x220/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x230/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/lumpy/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/siemens/mc_tcu3/romstage.c | 1 |
15 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/google/butterfly/romstage.c b/src/mainboard/google/butterfly/romstage.c index f5383a770d..9f98c8bb7e 100644 --- a/src/mainboard/google/butterfly/romstage.c +++ b/src/mainboard/google/butterfly/romstage.c @@ -16,7 +16,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> diff --git a/src/mainboard/google/cheza/bootblock.c b/src/mainboard/google/cheza/bootblock.c index c72856dee6..ad858429c7 100644 --- a/src/mainboard/google/cheza/bootblock.c +++ b/src/mainboard/google/cheza/bootblock.c @@ -14,7 +14,6 @@ */ #include <bootblock_common.h> -#include <timestamp.h> #include "board.h" void bootblock_mainboard_init(void) diff --git a/src/mainboard/google/cheza/mainboard.c b/src/mainboard/google/cheza/mainboard.c index fdec3fb50e..cb4f5d061a 100644 --- a/src/mainboard/google/cheza/mainboard.c +++ b/src/mainboard/google/cheza/mainboard.c @@ -16,7 +16,6 @@ #include <device/device.h> #include <bootblock_common.h> #include <gpio.h> -#include <timestamp.h> static void setup_usb(void) { diff --git a/src/mainboard/google/link/romstage.c b/src/mainboard/google/link/romstage.c index 31051ef720..46e2d608b6 100644 --- a/src/mainboard/google/link/romstage.c +++ b/src/mainboard/google/link/romstage.c @@ -16,7 +16,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <device/pci_ops.h> #include <device/pci.h> #include <device/pci_def.h> diff --git a/src/mainboard/google/parrot/romstage.c b/src/mainboard/google/parrot/romstage.c index c9b4e9158c..ce902bef41 100644 --- a/src/mainboard/google/parrot/romstage.c +++ b/src/mainboard/google/parrot/romstage.c @@ -16,7 +16,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> diff --git a/src/mainboard/google/stout/romstage.c b/src/mainboard/google/stout/romstage.c index f6f36118e8..f60f8228b1 100644 --- a/src/mainboard/google/stout/romstage.c +++ b/src/mainboard/google/stout/romstage.c @@ -16,7 +16,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> diff --git a/src/mainboard/intel/bayleybay_fsp/romstage.c b/src/mainboard/intel/bayleybay_fsp/romstage.c index 7c906ce368..c34d82fde1 100644 --- a/src/mainboard/intel/bayleybay_fsp/romstage.c +++ b/src/mainboard/intel/bayleybay_fsp/romstage.c @@ -18,7 +18,6 @@ #include <arch/cbfs.h> #include <cpu/x86/mtrr.h> #include <romstage_handoff.h> -#include <timestamp.h> #include <soc/gpio.h> #include <soc/iomap.h> #include <soc/lpc.h> diff --git a/src/mainboard/intel/emeraldlake2/romstage.c b/src/mainboard/intel/emeraldlake2/romstage.c index d5ba961bdb..a9b80e8285 100644 --- a/src/mainboard/intel/emeraldlake2/romstage.c +++ b/src/mainboard/intel/emeraldlake2/romstage.c @@ -16,7 +16,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> diff --git a/src/mainboard/kontron/ktqm77/romstage.c b/src/mainboard/kontron/ktqm77/romstage.c index 8c53420899..6539cde812 100644 --- a/src/mainboard/kontron/ktqm77/romstage.c +++ b/src/mainboard/kontron/ktqm77/romstage.c @@ -28,8 +28,6 @@ #include <southbridge/intel/bd82x6x/pch.h> #include <southbridge/intel/common/gpio.h> #include <superio/winbond/common/winbond.h> -#include <timestamp.h> - void pch_enable_lpc(void) { diff --git a/src/mainboard/lenovo/x1_carbon_gen1/romstage.c b/src/mainboard/lenovo/x1_carbon_gen1/romstage.c index e3d2000d1e..c65060f9f9 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/romstage.c +++ b/src/mainboard/lenovo/x1_carbon_gen1/romstage.c @@ -18,7 +18,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <arch/byteorder.h> #include <device/pci_ops.h> #include <device/pci_def.h> diff --git a/src/mainboard/lenovo/x220/romstage.c b/src/mainboard/lenovo/x220/romstage.c index d50c7cd608..38ede4bfff 100644 --- a/src/mainboard/lenovo/x220/romstage.c +++ b/src/mainboard/lenovo/x220/romstage.c @@ -17,7 +17,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <arch/byteorder.h> #include <device/pci_ops.h> #include <device/pci_def.h> diff --git a/src/mainboard/lenovo/x230/romstage.c b/src/mainboard/lenovo/x230/romstage.c index b85e72078d..614ad5e807 100644 --- a/src/mainboard/lenovo/x230/romstage.c +++ b/src/mainboard/lenovo/x230/romstage.c @@ -17,7 +17,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <arch/byteorder.h> #include <device/pci_ops.h> #include <device/pci_def.h> diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c index d39d59c735..1bb0b797d7 100644 --- a/src/mainboard/samsung/lumpy/romstage.c +++ b/src/mainboard/samsung/lumpy/romstage.c @@ -16,7 +16,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c index 1c4e3d8f2f..8370cfe0a8 100644 --- a/src/mainboard/samsung/stumpy/romstage.c +++ b/src/mainboard/samsung/stumpy/romstage.c @@ -16,7 +16,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> diff --git a/src/mainboard/siemens/mc_tcu3/romstage.c b/src/mainboard/siemens/mc_tcu3/romstage.c index d0e5e8283d..3c36833900 100644 --- a/src/mainboard/siemens/mc_tcu3/romstage.c +++ b/src/mainboard/siemens/mc_tcu3/romstage.c @@ -19,7 +19,6 @@ #include <console/console.h> #include <cpu/x86/mtrr.h> #include <romstage_handoff.h> -#include <timestamp.h> #include <soc/gpio.h> #include <soc/iomap.h> #include <soc/lpc.h> |