device/pci: Replace some __SIMPLE_DEVICE__ use
Change-Id: Ide9df46b5ff47fea54b9de0e365638a6223c8267 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35642 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
d7205bebd5
commit
13ad740701
|
@ -178,7 +178,7 @@ void pci_update_config32(const struct device *dev, u16 reg, u32 mask, u32 or)
|
|||
u16 pci_s_find_next_capability(pci_devfn_t dev, u16 cap, u16 last);
|
||||
u16 pci_s_find_capability(pci_devfn_t dev, u16 cap);
|
||||
|
||||
#ifndef __SIMPLE_DEVICE__
|
||||
#ifndef __ROMCC__
|
||||
static __always_inline
|
||||
u16 pci_find_next_capability(const struct device *dev, u16 cap, u16 last)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue