diff options
Diffstat (limited to 'src/soc')
6 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/meteorlake/elog.c b/src/soc/intel/meteorlake/elog.c index 14d086c38d..5cfc7eccd2 100644 --- a/src/soc/intel/meteorlake/elog.c +++ b/src/soc/intel/meteorlake/elog.c @@ -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 { diff --git a/src/soc/intel/meteorlake/include/soc/meminit.h b/src/soc/intel/meteorlake/include/soc/meminit.h index cc5ab18cdc..cd978504b6 100644 --- a/src/soc/intel/meteorlake/include/soc/meminit.h +++ b/src/soc/intel/meteorlake/include/soc/meminit.h @@ -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> diff --git a/src/soc/qualcomm/sc7280/include/soc/display/edp_ctrl.h b/src/soc/qualcomm/sc7280/include/soc/display/edp_ctrl.h index fa6e1720b7..7a86b942c6 100644 --- a/src/soc/qualcomm/sc7280/include/soc/display/edp_ctrl.h +++ b/src/soc/qualcomm/sc7280/include/soc/display/edp_ctrl.h @@ -4,7 +4,6 @@ #define _EDP_CTRL_H #include <types.h> -#include <stdint.h> enum cb_err edp_ctrl_init(struct edid *edid); diff --git a/src/soc/qualcomm/sc7280/include/soc/display/edp_phy.h b/src/soc/qualcomm/sc7280/include/soc/display/edp_phy.h index 84932f0f79..8e8e397fc3 100644 --- a/src/soc/qualcomm/sc7280/include/soc/display/edp_phy.h +++ b/src/soc/qualcomm/sc7280/include/soc/display/edp_phy.h @@ -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); diff --git a/src/soc/qualcomm/sc7280/include/soc/display/edp_reg.h b/src/soc/qualcomm/sc7280/include/soc/display/edp_reg.h index 1bdf4b17cb..1e49226e74 100644 --- a/src/soc/qualcomm/sc7280/include/soc/display/edp_reg.h +++ b/src/soc/qualcomm/sc7280/include/soc/display/edp_reg.h @@ -4,7 +4,6 @@ #define _EDP_REG_H_ #include <types.h> -#include <stdint.h> struct edp_ahbclk_regs { uint32_t hw_version; diff --git a/src/soc/qualcomm/sc7280/include/soc/display/mdssreg.h b/src/soc/qualcomm/sc7280/include/soc/display/mdssreg.h index 40968f2229..7fdd14ae55 100644 --- a/src/soc/qualcomm/sc7280/include/soc/display/mdssreg.h +++ b/src/soc/qualcomm/sc7280/include/soc/display/mdssreg.h @@ -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 |