From cd2aa47a340432503ba67672e19931ed2f3296bf Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 18 Aug 2019 16:33:06 +0300 Subject: devicetree: Remove duplicate chip_ops declarations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are only referenced inside auto-generated static.c files, and util/sconfig also generates the declarations automatically from source file pathnames. Change-Id: Id324790755095c36fbeb73a4d8f9d01cdf6409cb Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/34979 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/chip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/intel/broadwell') diff --git a/src/soc/intel/broadwell/chip.h b/src/soc/intel/broadwell/chip.h index 0885c2dd5b..456a4354ca 100644 --- a/src/soc/intel/broadwell/chip.h +++ b/src/soc/intel/broadwell/chip.h @@ -164,6 +164,4 @@ struct soc_intel_broadwell_config { typedef struct soc_intel_broadwell_config config_t; -extern struct chip_operations soc_ops; - #endif -- cgit v1.2.3