svn commit: r306479 - head/sys/arm/allwinner

Michal Meloun mmel at FreeBSD.org
Fri Sep 30 05:30:17 UTC 2016


Author: mmel
Date: Fri Sep 30 05:30:16 2016
New Revision: 306479
URL: https://svnweb.freebsd.org/changeset/base/306479

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

Modified:
  head/sys/arm/allwinner/a10_ahci.c

Modified: head/sys/arm/allwinner/a10_ahci.c
==============================================================================
--- head/sys/arm/allwinner/a10_ahci.c	Fri Sep 30 05:28:11 2016	(r306478)
+++ head/sys/arm/allwinner/a10_ahci.c	Fri Sep 30 05:30:16 2016	(r306479)
@@ -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),


More information about the svn-src-head mailing list