aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/lpc.c')
-rw-r--r--src/soc/intel/xeon_sp/lpc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/soc/intel/xeon_sp/lpc.c b/src/soc/intel/xeon_sp/lpc.c
index dee99b70ac..268db92f9a 100644
--- a/src/soc/intel/xeon_sp/lpc.c
+++ b/src/soc/intel/xeon_sp/lpc.c
@@ -9,15 +9,6 @@
#include <chip.h>
-static const struct lpc_mmio_range xeon_lpc_fixed_mmio_ranges[] = {
- { 0, 0 }
-};
-
-const struct lpc_mmio_range *soc_get_fixed_mmio_ranges(void)
-{
- return xeon_lpc_fixed_mmio_ranges;
-}
-
void soc_get_gen_io_dec_range(uint32_t *gen_io_dec)
{
const config_t *config = config_of_soc();