pci: Remove guard around compatibility functions
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 00:54:17 +0000 (18:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 5 Aug 2021 20:09:59 +0000 (16:09 -0400)
commite8c09d690be5bbaddd890859c2a00d9a6e6bd944
tree037bb25cd4160c155db0838af16ba7ba975ef772
parent86a898f5dec2633bed50380052c7c72c029de936
pci: Remove guard around compatibility functions

This prevents use of IS_ENABLED() in other files. Functions should be
visible in headers even if they are not available at link time.

Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/pci.h