Re: [U-Boot] [PATCH] pci: move pciauto_config_init() to pci.h

2012-03-04 Thread Wolfgang Denk
Dear "Linus Walleij", In message <1330805108-24007-1-git-send-email-linus.wall...@linaro.org> you wrote: > 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 > do

[U-Boot] [PATCH] pci: move pciauto_config_init() to pci.h

2012-03-03 Thread Linus Walleij
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 so move the function to the header, ridding the build error in