commit | e8c09d690be5bbaddd890859c2a00d9a6e6bd944 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 01 18:54:17 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 05 16:09:59 2021 -0400 |
tree | 037bb25cd4160c155db0838af16ba7ba975ef772 | |
parent | 86a898f5dec2633bed50380052c7c72c029de936 [diff] |
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>