Fixed extern declaration from pointer to array

This commit is contained in:
Ben Gras 2010-01-15 12:08:57 +00:00
parent 3537a7b59d
commit 45eabea285

View file

@ -85,7 +85,7 @@ PRIVATE struct pcidev
int pd_bar_nr;
} pcidev[NR_PCIDEV];
EXTERN struct pci_acl *pci_acl;
EXTERN struct pci_acl pci_acl[NR_DRIVERS];
/* pb_flags */
#define PBF_IO 1 /* I/O else memory */