commit | 64f11d06ad4e71518bf0e07b7cc953871636c42e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 11 11:14:33 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:16:40 2013 -0400 |
tree | 1055a6dff06ce346ba36c6d03b20d8422c40d06d | |
parent | a4ed85d115e96f733f1911e998e5a3c373ff5927 [diff] |
pci: Convert extern inline functions to static inline I am not sure of the meaning of extern inline, but this gives errors when building with function instrumenting enabled. Change these functions to static inline. Signed-off-by: Simon Glass <sjg@chromium.org>