src: Remove useless comments in "includes" lines
Change-Id: Ide5673dc99688422c5078c8c28ca5935fd39c854 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50186 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
b3fcd5d57c
commit
3b3d085338
@@ -4,7 +4,7 @@
|
||||
#define _DRIVERS_INTEL_DPTF_CHIP_H_
|
||||
|
||||
#include <acpi/acpigen_dptf.h>
|
||||
#include <timer.h> /* for MSECS_PER_SEC */
|
||||
#include <timer.h>
|
||||
|
||||
#define DPTF_PASSIVE(src, tgt, tmp, prd) \
|
||||
{.source = DPTF_##src, .target = DPTF_##tgt, .temp = (tmp), .period = (prd)}
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include <fsp/car.h>
|
||||
#include <fsp/util.h>
|
||||
#include <soc/intel/common/mma.h>
|
||||
#include <soc/pm.h> /* chip_power_state */
|
||||
#include <soc/pm.h>
|
||||
|
||||
struct romstage_params {
|
||||
uint32_t fsp_version;
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include <cpu/x86/smm.h>
|
||||
#include <fsp/romstage.h>
|
||||
#include <fsp/util.h>
|
||||
#include <lib.h> /* hexdump */
|
||||
#include <lib.h>
|
||||
#include <string.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
|
Reference in New Issue
Block a user