kexts: pci: remove extern qualifier
This commit is contained in:
@@ -9,7 +9,7 @@ static struct vm_cache pci_driver_cache = {
|
||||
static struct queue pci_drivers;
|
||||
static spin_lock_t pci_drivers_lock;
|
||||
|
||||
extern kern_status_t init_pci_driver_cache(void)
|
||||
kern_status_t init_pci_driver_cache(void)
|
||||
{
|
||||
vm_cache_init(&pci_driver_cache);
|
||||
pci_drivers = QUEUE_INIT;
|
||||
|
||||
Reference in New Issue
Block a user