aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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