ALLWINNER: ahci_devclass is local variable, don't export it.
This commit is contained in:
parent
2cb568fc23
commit
b58616d5d7
@ -373,7 +373,7 @@ ahci_a10_detach(device_t dev)
|
||||
return (ahci_detach(dev));
|
||||
}
|
||||
|
||||
devclass_t ahci_devclass;
|
||||
static devclass_t ahci_devclass;
|
||||
|
||||
static device_method_t ahci_ata_methods[] = {
|
||||
DEVMETHOD(device_probe, ahci_a10_probe),
|
||||
|
Loading…
x
Reference in New Issue
Block a user