Skip to content
Snippets Groups Projects
Commit b979cba9 authored by Gabor Juhos's avatar Gabor Juhos Committed by Macpaul Lin
Browse files

pci: add prototype for pci_ftpci_init() function


The pci_ftpci_init() function is implemented
in 'drivers/pci/pci_ftpci100.c' however it is
always called by external code.

Add function declaration into ftpci100.h to
make it visible for external code.

Compile tested only.

Cc: Macpaul Lin <macpaul@andestech.com>
Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>
parent c575180b
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@ struct ftpci100_ahbc {
#define FTPCI100_BRIDGE_VENDORID 0x159b
#define FTPCI100_BRIDGE_DEVICEID 0x4321
void pci_ftpci_init(void);
struct pcibar {
unsigned int size;
unsigned int addr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment