diff options
author | Hans de Goede <[email protected]> | 2021-12-17 15:15:15 +0100 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2021-12-17 15:23:21 -0600 |
commit | 877fee2a0c65a3b0b6ac0e90d7d7718b5a0341d3 (patch) | |
tree | f375aacad4840d99522a50c14344d3f7478f6571 /net/lapb/lapb_timer.c | |
parent | d2c64f98c3878b25e987b6b8f5100732c6426640 (diff) |
PCI: Convert pci_dev_present() stub to static inline
Change the pci_dev_present() stub which is used when CONFIG_PCI is not set
from a #define to a static inline stub.
Thix should fix clang -Werror builds failing due to errors like this:
drivers/platform/x86/thinkpad_acpi.c:4475:35:
error: unused variable 'fwbug_cards_ids' [-Werror,-Wunused-const-variable]
Where fwbug_cards_ids is an array of pci_device_id passed to
pci_dev_present() during a quirk check.
Link: https://lore.kernel.org/r/[email protected]
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Cc: [email protected]
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions