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>
This commit is contained in:
Kyösti Mälkki 2020-05-26 07:32:38 +03:00 committed by Patrick Georgi
parent 8666643d06
commit d1a76c58e7
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ struct soc_intel_xeon_sp_cpx_config {
uint32_t gen4_dec; uint32_t gen4_dec;
}; };
extern struct chip_operations soc_intel_xeon_sp_cpx_ops;
typedef struct soc_intel_xeon_sp_cpx_config config_t; typedef struct soc_intel_xeon_sp_cpx_config config_t;
#endif #endif