commit | e301edd114ffc5f57adaea5d67ab7b9ba85da92f | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Mar 25 12:13:05 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Fri Mar 30 22:45:44 2012 +0200 |
tree | 536ad932f6777cfd925c8be7bc25302a1922bfe1 | |
parent | 9765c08909fddc2bde9bf385573b27084cc15e3a [diff] |
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>