]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pci: get rid of local prototypes
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 25 Mar 2012 12:13:05 +0000 (12:13 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 20:45:44 +0000 (22:45 +0200)
commit8d96e1b03476d8e3b90ee3ff6e68238cb095478e
tree536ad932f6777cfd925c8be7bc25302a1922bfe1
parent57210c7cc363cf2a2a28010658c7ea67388f8d21
pci: get rid of local prototypes

two boards were redeclaring pciauto_region_allocate() in their local
scope for no obvious reason, the function is in <pci.h> anyway,
this is probably just copying artifacts and old cruft.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
board/esd/cpci750/pci.c
board/prodrive/p3mx/pci.c