Skip to content

Commit 4e91d8e

Browse files
Flavio Ceolincarlescufi
authored andcommitted
tests: smbus_emul: Remove unnecessary definition
pcie_prob() has been deprecated and it is not needed in the test. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 82ca880 commit 4e91d8e

File tree

1 file changed

+0
-1
lines changed
  • tests/drivers/smbus/smbus_emul/src

1 file changed

+0
-1
lines changed

tests/drivers/smbus/smbus_emul/src/smbus.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ static void mock_conf_write(pcie_bdf_t bdf, unsigned int reg, uint32_t data)
4949

5050
#define CONFIG_SMBUS_INTEL_PCH_ACCESS_IO
5151
#define device_map(a, b, c, d)
52-
#define pcie_probe(bdf, id) 1
5352
#define pcie_set_cmd(a, b, c)
5453

5554
#define SMBUS_EMUL "smbus_emul"

0 commit comments

Comments
 (0)