From d1a76c58e7c9d29d3b3366cc6e0e00f7958ea07c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 26 May 2020 07:32:38 +0300 Subject: soc/intel/xeon_sp/cpx: Remove redundant declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The declaration is autogenerated inside static.c file from the pathname. Change-Id: I6eda101a69522d6d526da7c174aa3085ca0fb221 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/41709 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/xeon_sp/cpx/chip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/intel/xeon_sp') diff --git a/src/soc/intel/xeon_sp/cpx/chip.h b/src/soc/intel/xeon_sp/cpx/chip.h index aa0b8d2978..87dd2b30b5 100644 --- a/src/soc/intel/xeon_sp/cpx/chip.h +++ b/src/soc/intel/xeon_sp/cpx/chip.h @@ -17,8 +17,6 @@ struct soc_intel_xeon_sp_cpx_config { uint32_t gen4_dec; }; -extern struct chip_operations soc_intel_xeon_sp_cpx_ops; - typedef struct soc_intel_xeon_sp_cpx_config config_t; #endif -- cgit v1.2.3