soc/intel/xeon_sp: Drop unused code
[coreboot2.git] / src / soc / intel / xeon_sp / spi.c
blobff0b6a5ebee6e469c787a09dd7b7f6eac6399a88
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <intelblocks/spi.h>
4 #include <soc/pci_devs.h>
6 int spi_soc_devfn_to_bus(unsigned int devfn)
8 switch (devfn) {
9 case PCH_DEVFN_SPI:
10 return 0;
12 return -1;