soc/intel/{cnl,icl,jsl,tgl}: Clean up chip.h
Removed unused header files in chip.h Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: Idb9b1ed23df3dbb9dad4d36651064c21a4d913fc Reviewed-on: https://review.coreboot.org/c/coreboot/+/45322 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
c9d598a581
commit
9fec889e82
|
@ -10,7 +10,6 @@
|
|||
#include <intelblocks/lpc_lib.h>
|
||||
#include <intelblocks/power_limit.h>
|
||||
#include <stdint.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/pch.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pm.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <intelblocks/gspi.h>
|
||||
#include <stdint.h>
|
||||
#include <soc/gpe.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/pch.h>
|
||||
#include <soc/gpio_defs.h>
|
||||
#include <soc/pci_devs.h>
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#include <intelblocks/gspi.h>
|
||||
#include <intelblocks/power_limit.h>
|
||||
#include <soc/gpe.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/gpio_defs.h>
|
||||
#include <soc/pch.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pmc.h>
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#include <intelblocks/gspi.h>
|
||||
#include <intelblocks/power_limit.h>
|
||||
#include <soc/gpe.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <soc/gpio_defs.h>
|
||||
#include <soc/pch.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <soc/pmc.h>
|
||||
|
|
Loading…
Reference in New Issue