From ffd480fac2953b1536edb9dd59b69644001f7325 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/skx: Remove invalid 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. The declaration here also lacked _skx_ part from the name. Change-Id: I3adce9147e9376f6d73e410fdd4c0ee800178b58 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/41710 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/xeon_sp/skx/chip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/intel/xeon_sp/skx') diff --git a/src/soc/intel/xeon_sp/skx/chip.h b/src/soc/intel/xeon_sp/skx/chip.h index 63e1ed39be..c7f19ec811 100644 --- a/src/soc/intel/xeon_sp/skx/chip.h +++ b/src/soc/intel/xeon_sp/skx/chip.h @@ -71,8 +71,6 @@ struct soc_intel_xeon_sp_skx_config { uint32_t gen4_dec; }; -extern struct chip_operations soc_intel_xeon_sp_ops; - typedef struct soc_intel_xeon_sp_skx_config config_t; #endif -- cgit v1.2.3