1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

ALLWINNER: ahci_devclass is local variable, don't export it.

This commit is contained in:
Michal Meloun 2016-09-30 05:30:16 +00:00
parent 2cb568fc23
commit b58616d5d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306479

View File

@ -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),