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:
Elyes HAOUAS 2021-02-01 10:09:40 +01:00 committed by Patrick Georgi
parent b3fcd5d57c
commit 3b3d085338
11 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@
#ifndef __ARCH_MMIO_H__ #ifndef __ARCH_MMIO_H__
#define __ARCH_MMIO_H__ #define __ARCH_MMIO_H__
#include <arch/cache.h> /* for dmb() */ #include <arch/cache.h>
#include <endian.h> #include <endian.h>
#include <stdint.h> #include <stdint.h>

View File

@ -4,7 +4,7 @@
#define _DRIVERS_INTEL_DPTF_CHIP_H_ #define _DRIVERS_INTEL_DPTF_CHIP_H_
#include <acpi/acpigen_dptf.h> #include <acpi/acpigen_dptf.h>
#include <timer.h> /* for MSECS_PER_SEC */ #include <timer.h>
#define DPTF_PASSIVE(src, tgt, tmp, prd) \ #define DPTF_PASSIVE(src, tgt, tmp, prd) \
{.source = DPTF_##src, .target = DPTF_##tgt, .temp = (tmp), .period = (prd)} {.source = DPTF_##src, .target = DPTF_##tgt, .temp = (tmp), .period = (prd)}

View File

@ -9,7 +9,7 @@
#include <fsp/car.h> #include <fsp/car.h>
#include <fsp/util.h> #include <fsp/util.h>
#include <soc/intel/common/mma.h> #include <soc/intel/common/mma.h>
#include <soc/pm.h> /* chip_power_state */ #include <soc/pm.h>
struct romstage_params { struct romstage_params {
uint32_t fsp_version; uint32_t fsp_version;

View File

@ -8,7 +8,7 @@
#include <cpu/x86/smm.h> #include <cpu/x86/smm.h>
#include <fsp/romstage.h> #include <fsp/romstage.h>
#include <fsp/util.h> #include <fsp/util.h>
#include <lib.h> /* hexdump */ #include <lib.h>
#include <string.h> #include <string.h>
#include <timestamp.h> #include <timestamp.h>

View File

@ -1,5 +1,5 @@
#include <stdint.h> #include <stdint.h>
#include <lib.h> /* Prototypes */ #include <lib.h>
#include <console/console.h> #include <console/console.h>
#include <device/mmio.h> #include <device/mmio.h>

View File

@ -3,7 +3,7 @@
#include <amdblocks/acpimmio.h> #include <amdblocks/acpimmio.h>
#include <console/console.h> #include <console/console.h>
#include <device/device.h> #include <device/device.h>
#include <southbridge/amd/cimx/sb800/SBPLATFORM.h> /* Platform Specific Definitions */ #include <southbridge/amd/cimx/sb800/SBPLATFORM.h>
/********************************************** /**********************************************
* Enable the dedicated functions of the board. * Enable the dedicated functions of the board.

View File

@ -2,7 +2,7 @@
#include <baseboard/variants.h> #include <baseboard/variants.h>
#include <console/console.h> #include <console/console.h>
#include <gpio.h> /* src/include/gpio.h */ #include <gpio.h>
#include <spd_bin.h> #include <spd_bin.h>
#include <variant/gpio.h> #include <variant/gpio.h>
#include <amdblocks/dimm_spd.h> #include <amdblocks/dimm_spd.h>

View File

@ -4,7 +4,7 @@
#include <console/console.h> #include <console/console.h>
#include <device/device.h> #include <device/device.h>
#include <delay.h> #include <delay.h>
#include <OEM.h> /* SMBUS0_BASE_ADDRESS */ #include <OEM.h>
#include <Porting.h> #include <Porting.h>
#include <AGESA.h> #include <AGESA.h>

View File

@ -2,7 +2,7 @@
#include <device/pci_def.h> #include <device/pci_def.h>
#include <device/device.h> #include <device/device.h>
#include <OEM.h> /* SMBUS0_BASE_ADDRESS */ #include <OEM.h>
/* warning: Porting.h includes an open #pragma pack(1) */ /* warning: Porting.h includes an open #pragma pack(1) */
#include <Porting.h> #include <Porting.h>

View File

@ -4,7 +4,7 @@
#define __SOC_NVIDIA_TEGRA124_GPIO_H__ #define __SOC_NVIDIA_TEGRA124_GPIO_H__
#include <soc/nvidia/tegra/gpio.h> #include <soc/nvidia/tegra/gpio.h>
#include <soc/pinmux.h> /* for pinmux constants in GPIO macro */ #include <soc/pinmux.h>
/* GPIO index constants. */ /* GPIO index constants. */

View File

@ -44,8 +44,8 @@ typedef union _PCI_ADDR {
#include <SBDEF.h> #include <SBDEF.h>
#include <AMDSBLIB.h> #include <AMDSBLIB.h>
#include <SBSUBFUN.h> #include <SBSUBFUN.h>
#include "platform_cfg.h" /* mainboard specific configuration */ #include "platform_cfg.h"
#include <OEM.h> /* platform default configuration */ #include <OEM.h>
#include <AMD.h> #include <AMD.h>
//------------------------------------------------------------------------------------------------------------------------// //------------------------------------------------------------------------------------------------------------------------//