aboutsummaryrefslogtreecommitdiff
path: root/board/prodrive/p3mx
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-03-25 12:13:05 +0000
committerWolfgang Denk <wd@denx.de>2012-03-30 22:45:44 +0200
commit8d96e1b03476d8e3b90ee3ff6e68238cb095478e (patch)
tree536ad932f6777cfd925c8be7bc25302a1922bfe1 /board/prodrive/p3mx
parent57210c7cc363cf2a2a28010658c7ea67388f8d21 (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>
Diffstat (limited to 'board/prodrive/p3mx')
-rw-r--r--board/prodrive/p3mx/pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/prodrive/p3mx/pci.c b/board/prodrive/p3mx/pci.c
index 712c21cf6..7f4604ba2 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