diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-03 07:51:43 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-11-21 19:43:34 +0000 |
commit | bd585fa89f9d0abf9c15e1495b1b3b925504456d (patch) | |
tree | 84cfe791f8590c8dff5a4ef7525156e9a5c5149a /src/include/device/device.h | |
parent | 79ca4b55c5034e459e33bcce51456ea2a0420cf1 (diff) |
device/pci: Reduce scope of dev_find_slot()
We only keep it around because soc/intel debugging
still depends on it.
Change-Id: I3ea37c097bbcc3cf5c0574c7d727eae4f5bee307
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34084
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r-- | src/include/device/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index b1c1651ec9..abcd0a453a 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -306,7 +306,6 @@ DEVTREE_CONST struct bus *pci_root_bus(void); * devices in all_devices singly-linked list as well as the time * when this function is called (secondary reflecting topology). */ -DEVTREE_CONST struct device *dev_find_slot(unsigned int bus, unsigned int devfn); DEVTREE_CONST struct device *pcidev_path_on_root_debug(pci_devfn_t devfn, const char *func); /* Robust discovery of chip_info. */ |