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/cannonlake | |
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/cannonlake')
-rw-r--r-- | src/soc/intel/cannonlake/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/cannonlake/chip.h b/src/soc/intel/cannonlake/chip.h index 9e7aa45eda..6a083c63fc 100644 --- a/src/soc/intel/cannonlake/chip.h +++ b/src/soc/intel/cannonlake/chip.h @@ -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> |