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/fsp_baytrail/chip.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/fsp_baytrail/chip.h') diff --git a/src/soc/intel/fsp_baytrail/chip.h b/src/soc/intel/fsp_baytrail/chip.h index 156a08434c..b73aa14904 100644 --- a/src/soc/intel/fsp_baytrail/chip.h +++ b/src/soc/intel/fsp_baytrail/chip.h @@ -353,5 +353,4 @@ struct soc_intel_fsp_baytrail_config { }; -extern struct chip_operations soc_intel_fsp_baytrail_ops; #endif /* _FSP_BAYTRAIL_CHIP_H_ */ -- cgit v1.2.3