commit | 0053272a53bea2737249b89a8b644769c669ab5f | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Mar 25 12:13:15 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Fri Mar 30 22:46:00 2012 +0200 |
tree | 918fc1613b44a2d977d3cb26347e52f641394330 | |
parent | e301edd114ffc5f57adaea5d67ab7b9ba85da92f [diff] |
pci: declare pciauto functions in header The FSL PCI driver uses local prototypes for pciauto_[pre|post]scan_setup_bridge(), this does not seem right, so move them to the <pci.h> file. Fixed a small extern declaration too, this is harmless but distracts the view since all other prototypes are explicitly external. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>