treewide: Remove duplicated includes
<types.h> provides <commonlib/bsd/cb_err.h>, <stdint.h> and <stddef.h>. Change-Id: I966303336e604b1b945df77e5d4c3cccbf045c56 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71149 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com> Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
This commit is contained in:
parent
d13a57915d
commit
a012136fc8
|
@ -2,7 +2,6 @@
|
|||
#include <arch/registers.h>
|
||||
#include <arch/breakpoint.h>
|
||||
#include <console/console.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
#define DEBUG_REGISTER_COUNT 4
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include <types.h>
|
||||
#include <device/device.h>
|
||||
#include <commonlib/bsd/cb_err.h>
|
||||
|
||||
#define XHCI_HCCPARAMS1_XECP 0x12
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
#ifndef TIS_H_
|
||||
#define TIS_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
enum tis_access {
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
#include <soc/soc_info.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
|
||||
struct pme_map {
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
#ifndef _SOC_METEORLAKE_MEMINIT_H_
|
||||
#define _SOC_METEORLAKE_MEMINIT_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <types.h>
|
||||
#include <fsp/soc_binding.h>
|
||||
#include <intelblocks/meminit.h>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _EDP_CTRL_H
|
||||
|
||||
#include <types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
enum cb_err edp_ctrl_init(struct edid *edid);
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _EDP_PHY_H
|
||||
|
||||
#include <types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void edp_phy_config(u8 v_level, u8 p_level);
|
||||
void edp_phy_vm_pe_init(void);
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _EDP_REG_H_
|
||||
|
||||
#include <types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct edp_ahbclk_regs {
|
||||
uint32_t hw_version;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define _SOC_DISPLAY_MDSS_REG_H_
|
||||
|
||||
#include <types.h>
|
||||
#include <stdint.h>
|
||||
#include <edid.h>
|
||||
|
||||
#define INTF_FLUSH INTF_FLUSH_5
|
||||
|
|
Loading…
Reference in New Issue