tests: smbus_emul: Remove unnecessary definition

pcie_prob() has been deprecated and it is not needed
in the test.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2024-05-14 15:43:35 -07:00 committed by Carles Cufí
commit 4e91d8e7c3

View file

@ -49,7 +49,6 @@ static void mock_conf_write(pcie_bdf_t bdf, unsigned int reg, uint32_t data)
#define CONFIG_SMBUS_INTEL_PCH_ACCESS_IO
#define device_map(a, b, c, d)
#define pcie_probe(bdf, id) 1
#define pcie_set_cmd(a, b, c)
#define SMBUS_EMUL "smbus_emul"