commit | 55b6a27a7c8b1a89336aa19489119e652b9f0a11 | [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 | 1f1ea2b91f64402a4443f6acc5f73f9499ee6eb7 [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>