diff options
author | Subrata Banik <subrata.banik@intel.com> | 2020-09-13 17:38:24 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2020-09-14 12:06:39 +0000 |
commit | 9fec889e823430304e620adbcd5a11b45f5b8ee5 (patch) | |
tree | 76bdaf42cb26d778530dd962e8df4928df07c5b1 /src/soc/intel/jasperlake | |
parent | c9d598a581495e53845ebb56515dd3a287a88fee (diff) |
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>
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r-- | src/soc/intel/jasperlake/chip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h index 70fbbc32b9..3f0b910327 100644 --- a/src/soc/intel/jasperlake/chip.h +++ b/src/soc/intel/jasperlake/chip.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> |