Fixed extern declaration from pointer to array
This commit is contained in:
parent
3537a7b59d
commit
45eabea285
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue