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>
This commit is contained in:
Linus Walleij 2012-03-25 12:13:05 +00:00 committed by Wolfgang Denk
parent 57210c7cc3
commit 8d96e1b034
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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