Searched hist:a1e47b66d98f5caf19895965cfe38c176bbf01e8 (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci.c | a1e47b66d98f5caf19895965cfe38c176bbf01e8 Sat Mar 03 10:05:08 UTC 2012 Linus Walleij <linus.walleij@linaro.org> 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: Wolfgang Denk <wd@denx.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
| H A D | fsl_pci_init.c | a1e47b66d98f5caf19895965cfe38c176bbf01e8 Sat Mar 03 10:05:08 UTC 2012 Linus Walleij <linus.walleij@linaro.org> 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: Wolfgang Denk <wd@denx.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | a1e47b66d98f5caf19895965cfe38c176bbf01e8 Sat Mar 03 10:05:08 UTC 2012 Linus Walleij <linus.walleij@linaro.org> 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: Wolfgang Denk <wd@denx.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|