aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/cpx/chip.h
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:01 +0000
commitd1a76c58e7c9d29d3b3366cc6e0e00f7958ea07c (patch)
tree3244ef990730d9f4e552fd7d4bde563bc8f971ba /src/soc/intel/xeon_sp/cpx/chip.h
parent8666643d06f1ebec98dba447b884d5834227273d (diff)
soc/intel/xeon_sp/cpx: Remove redundant declaration
The declaration is autogenerated inside static.c file from the pathname. Change-Id: I6eda101a69522d6d526da7c174aa3085ca0fb221 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41709 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/cpx/chip.h')
-rw-r--r--src/soc/intel/xeon_sp/cpx/chip.h2
1 files changed, 0 insertions, 2 deletions
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