diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-03-25 12:13:05 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-03-30 22:45:44 +0200 |
commit | 8d96e1b03476d8e3b90ee3ff6e68238cb095478e (patch) | |
tree | 536ad932f6777cfd925c8be7bc25302a1922bfe1 /board/prodrive/p3mx | |
parent | 57210c7cc363cf2a2a28010658c7ea67388f8d21 (diff) | |
download | u-boot-imx-8d96e1b03476d8e3b90ee3ff6e68238cb095478e.zip u-boot-imx-8d96e1b03476d8e3b90ee3ff6e68238cb095478e.tar.gz u-boot-imx-8d96e1b03476d8e3b90ee3ff6e68238cb095478e.tar.bz2 |
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>
Diffstat (limited to 'board/prodrive/p3mx')
-rw-r--r-- | board/prodrive/p3mx/pci.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/prodrive/p3mx/pci.c b/board/prodrive/p3mx/pci.c index 712c21c..7f4604b 100644 --- a/board/prodrive/p3mx/pci.c +++ b/board/prodrive/p3mx/pci.c @@ -28,10 +28,6 @@ #ifdef CONFIG_PCI #include <pci.h> -#ifdef CONFIG_PCI_PNP -int pciauto_region_allocate(struct pci_region* res, unsigned int size, unsigned int *bar); -#endif - #include "../../Marvell/include/pci.h" #undef DEBUG |