aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-05-26 07:32:38 +0300
committerPatrick Georgi <pgeorgi@google.com>2020-05-28 09:29:15 +0000
commitffd480fac2953b1536edb9dd59b69644001f7325 (patch)
tree21a210f8982d6e9981383c0692db31f9ea5150b6 /src/soc/intel/xeon_sp/skx
parentd1a76c58e7c9d29d3b3366cc6e0e00f7958ea07c (diff)
soc/intel/xeon_sp/skx: Remove invalid declaration
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 <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41710 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/skx')
-rw-r--r--src/soc/intel/xeon_sp/skx/chip.h2
1 files changed, 0 insertions, 2 deletions
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