Skip to content
Snippets Groups Projects
Commit a1e47b66 authored by Linus Walleij's avatar Linus Walleij Committed by Wolfgang Denk
Browse files

pci: move pciauto_config_init() to pci.h


Fixing build regressions for the Integrator I get find that a few
boards try to work around the missing declaration of
pciauto_config_init() by declaring it in the local scope. This
does not make sense when the sibling functions are in <pci.h>
so move the function to the header, ridding the build error
in the Integrator and getting rid of the local declarations
here and there.

Reported-by: default avatarWolfgang Denk <wd@denx.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d01b1761
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment